iss_locator.rs/Cargo.toml

11 lines
267 B
TOML
Raw Normal View History

2023-07-28 04:02:04 +00:00
[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"