coreutils/src/uu/chmod/Cargo.toml

20 lines
301 B
TOML
Raw Normal View History

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