rust_weather 1.0.0

Uses open weather api's database to provide weather data via a CLI
Documentation
[dependencies.clap]
features = ["std", "color", "derive", "suggestions", "unicode", "cargo", "env", "wrap_help"]
version = "3.0.14"

[dependencies.env_logger]
version = "0.9.0"

[dependencies.log]
version = "0.4.14"

[dependencies.reqwest]
features = ["blocking", "json"]
version = "0.11.9"

[dependencies.serde_json]
version = "1.0.78"

[package]
categories = ["api-bindings", "command-line-utilities"]
description = "Uses open weather api's database to provide weather data via a CLI"
edition = "2021"
keywords = ["weather", "cli", "open-weather", "api"]
license = "AGPL-3.0"
name = "rust_weather"
readme = "README.md"
repository = "https://github.com/t0112358/rust_weather/"
resolver = "2"
version = "1.0.0"