coreutils/src/chown/Cargo.toml

26 lines
352 B
TOML
Raw Normal View History

2016-06-22 13:36:50 +00:00
[package]
name = "chown"
version = "0.0.1"
authors = []
build = "../../mkmain.rs"
2016-06-22 13:36:50 +00:00
[lib]
name = "uu_chown"
path = "chown.rs"
[dependencies]
2017-07-15 19:03:43 +00:00
glob = "0.2.11"
walkdir = "2.1"
2016-06-22 13:36:50 +00:00
2016-08-14 05:22:42 +00:00
[dependencies.uucore]
path = "../uucore"
features = ["entries", "fs"]
2016-08-14 05:22:42 +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 = "../../uumain.rs"