g3/lib/g3-clap/Cargo.toml
2023-04-04 17:47:07 +08:00

12 lines
284 B
TOML

[package]
name = "g3-clap"
version = "0.1.0"
license.workspace = true
edition.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow.workspace = true
clap.workspace = true
humanize-rs.workspace = true