diff --git a/src/stat/Cargo.toml b/src/stat/Cargo.toml new file mode 100644 index 000000000..158f88f1f --- /dev/null +++ b/src/stat/Cargo.toml @@ -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"