coreutils/src/uu/true/Cargo.toml

17 lines
390 B
TOML
Raw Normal View History

[package]
name = "uu_true"
version = "0.0.1"
authors = []
license = "MIT"
[lib]
path = "src/true.rs"
[dependencies]
uucore = { version="0.0.3", package="uucore", git="https://github.com/uutils/uucore.git", branch="canary" }
uucore_procs = { version="0.0.3", package="uucore_procs", git="https://github.com/uutils/uucore.git", branch="canary" }
[[bin]]
name = "true"
path = "src/main.rs"