coreutils/src/chown/Cargo.toml

23 lines
351 B
TOML
Raw Normal View History

2016-06-22 13:36:50 +00:00
[package]
name = "chown"
version = "0.0.1"
authors = []
build = "../#common/mkmain.rs"
2016-06-22 13:36:50 +00:00
[lib]
name = "uu_chown"
path = "chown.rs"
[dependencies]
glob = "0.3.0"
uucore = { version = "0.0.1", features = ["entries", "fs"] }
walkdir = "2.2"
2016-06-22 13:36:50 +00:00
2016-07-10 13:32:07 +00:00
[dependencies.clippy]
version = "0.0.212"
2016-07-10 13:32:07 +00:00
optional = true
2016-06-22 13:36:50 +00:00
[[bin]]
name = "chown"
path = "../#common/uumain.rs"