rs-basic/members/claptest/Cargo.toml
Christoph J. Scherr a7ce0cc375
All checks were successful
cargo devel CI / cargo CI (push) Successful in 2m1s
claptest and rest api demo
2024-03-08 12:47:51 +01:00

9 lines
229 B
TOML

[package]
name = "claptest"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = { version = "4.5.2", features = ["derive"] }