[package] name = "weather-source" version = "0.1.1" edition = "2021" authors = ["achester88"] license = "MIT" description = "A cli tool for checking the weather" repository = "https://github.com/achester88/weather-source" [dependencies] reqwest = { version = "0.12", features = ["json"] } tokio = { version = "1", features = ["full"] } clap = { version = "4.5.20", features = ["derive"] } chrono = "0.4.38" indicatif = "0.17.8"