forked from AbleOS/holey-bytes
11 lines
190 B
TOML
11 lines
190 B
TOML
[package]
|
|
name = "xtask"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies.argh]
|
|
git = "https://github.com/google/argh.git"
|
|
branch = "master"
|
|
default-features = false
|
|
features = ["help"]
|