skip/Cargo.toml
Paul Campbell 091c240fad
Some checks failed
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline failed
Version set to 0.2.1
2024-02-26 20:52:39 +00:00

9 lines
223 B
TOML

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