coreutils/src/chmod/Cargo.toml

18 lines
219 B
TOML
Raw Normal View History

[package]
name = "chmod"
version = "0.0.1"
authors = []
[lib]
name = "uu_chmod"
path = "chmod.rs"
[dependencies]
2017-07-15 19:03:43 +00:00
libc = "0.2.26"
uucore = { path="../uucore" }
2017-07-15 19:03:43 +00:00
walker = "1.0.0"
[[bin]]
name = "chmod"
path = "main.rs"