coreutils/src/stat/Cargo.toml

19 lines
221 B
TOML
Raw Normal View History

2016-05-31 05:21:55 +00:00
[package]
name = "stat"
version = "0.0.1"
authors = []
[lib]
name = "uu_stat"
path = "stat.rs"
[dependencies]
getopts = "*"
libc = "^0.2"
2016-05-31 05:21:55 +00:00
time = "*"
uucore = { path="../uucore" }
[[bin]]
name = "stat"
path = "main.rs"