coreutils/src/stat/Cargo.toml

22 lines
267 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 = "*"
time = "*"
2016-08-14 05:24:50 +00:00
[dependencies.uucore]
path = "../uucore"
default-features = false
features = ["entries"]
2016-05-31 05:21:55 +00:00
[[bin]]
name = "stat"
path = "main.rs"