stat: add Cargo.toml

This commit is contained in:
Knight
2016-05-31 13:21:55 +08:00
parent 6a4efdc842
commit 3202c18c54
+19
View File
@@ -0,0 +1,19 @@
[package]
name = "stat"
version = "0.0.1"
authors = []
[lib]
name = "uu_stat"
path = "stat.rs"
[dependencies]
getopts = "*"
libc = "*"
time = "*"
users = "*"
uucore = { path="../uucore" }
[[bin]]
name = "stat"
path = "main.rs"