coreutils/src/chmod/Cargo.toml

22 lines
284 B
TOML
Raw Normal View History

[package]
name = "chmod"
version = "0.0.1"
authors = []
build = "../../mkmain.rs"
[lib]
name = "uu_chmod"
path = "chmod.rs"
[dependencies]
libc = "0.2.42"
2017-07-15 19:03:43 +00:00
walker = "1.0.0"
[dependencies.uucore]
version = "0.0.1"
features = ["mode"]
[[bin]]
name = "chmod"
path = "../../uumain.rs"