[dependencies.clap]
version = "4.4.0"
[package]
authors = ["Gustavo Mendonça, <https://github.com/swxtz>"]
description = "climate-cli is a weather cli written in Rust, using the OpenWeather API"
documentation = "https://docs.rs/crate/climate-cli"
edition = "2021"
license = "MIT"
name = "climate-cli"
readme = "README.md"
repository = "https://github.com/swxtz/climate-cli"
version = "0.0.1"
[package.metadata.scripts]
build = "cargo build"
check = "cargo check"
doc = "cargo doc --no-deps --open"
publish = "cargo publish"
publish-dirty = "cargo publish --allow-dirty"
release = "cargo build --release"
run = "cargo run"