mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
stat: add Cargo.toml
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user