iss_locator.rs/Cargo.toml
Techno Duck d6d52e7332
All checks were successful
Build and upload a binary on tag push / build-release (push) Successful in 3m53s
[SEMVER] 0.1.2
2023-09-15 23:22:21 -04:00

10 lines
267 B
TOML

[package]
name = "iss_locator"
version = "0.1.1"
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"