1
0
Fork 0
mirror of https://github.com/imjasonh/testscript-rs synced 2026-07-09 17:46:52 +00:00
testscript-rs/examples/sample-cli/Cargo.toml
Jason Hall c39114f1a9 initial commit
Signed-off-by: Jason Hall <jason@chainguard.dev>
2025-09-26 18:41:14 -04:00

14 lines
No EOL
235 B
TOML

[package]
name = "sample-cli"
version = "0.1.0"
edition = "2021"
[[bin]]
name = "sample-cli"
path = "src/main.rs"
[dependencies]
clap = { version = "4.0", features = ["derive"] }
[dev-dependencies]
testscript-rs = { path = "../.." }