iss_locator.rs/Cargo.toml
2023-07-28 00:21:38 -04:00

10 lines
267 B
TOML

[package]
name = "iss_locator"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
reqwest = { version = "0.11.18",features = ["json","blocking"]}
serde_json = "1.0.104"