summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 514539c6fc8a95ada907ae534fa9caf39d3c31ff (plain)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "forecast"
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", features = ["blocking"] }
serde = { version = "1.0.104", features = ["derive"] }
serde_json = "1.0.48"