100-days-of-rust/Misc-Projects/states_parser/Cargo.toml

12 lines
318 B
TOML
Raw Permalink Normal View History

2023-03-24 00:52:21 +00:00
[package]
name = "states"
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.6", features = ["blocking", "json"] }
serde = { version = "1.0.130", features = ["derive"] }
serde_json = "1.0.68"