holey-bytes/xtask/Cargo.toml

11 lines
190 B
TOML
Raw Normal View History

[package]
name = "xtask"
version = "0.1.0"
edition = "2021"
2024-07-08 08:13:50 +00:00
[dependencies.argh]
git = "https://github.com/google/argh.git"
branch = "master"
default-features = false
features = ["help"]