1[package]
2name = "weer_api"
3version = "0.1.1"
4edition = "2021"
5description = "A wrapper library for using Weather API"
6license = "MIT"
7readme = "README.md"
8keywords = ["weather"]
9categories = ["api-bindings"]
10repository = "https://github.com/Gael-devv/weer/tree/main/weer_api"
11
12# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
13
14[dependencies]
15ureq = { version = "2.5.0", features = ["json", "charset"] }
16url = "2.2.2"
17serde = { version = "1.0.141", features = ["derive"] }
18serde_json = "1.0"
19chrono = "0.4"
20