2020-10-16 13:13:43 +00:00
|
|
|
[package]
|
|
|
|
name = "weatherstat"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Rob Watson <rfwatson@users.noreply.github.com>"]
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2020-10-16 15:12:14 +00:00
|
|
|
dotenv = "0.15.0"
|
|
|
|
reqwest = { version = "0.10.8", features = ["json"] }
|
|
|
|
rocket = { git = "https://github.com/SergioBenitez/Rocket", default-features = false }
|
|
|
|
rocket_contrib = { git = "https://github.com/SergioBenitez/Rocket" }
|
|
|
|
serde = { version = "1.0", features = ["derive"] }
|