[package] name = "weatherstat" version = "0.1.0" authors = ["Rob Watson "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] 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"] }