rs-basic/members/clap-repl-demo/Cargo.toml
PlexSheep 938af23be9
All checks were successful
cargo devel CI / cargo CI (push) Successful in 3m29s
yeah, clap can be used without the env
2024-06-28 17:08:36 +02:00

7 lines
137 B
TOML

[package]
name = "clap-repl-demo"
version = "0.1.0"
edition = "2021"
[dependencies]
clap = { version = "4.5.7", features = ["derive"] }