mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 03:57:44 +00:00
stat: add Cargo.toml
This commit is contained in:
parent
6a4efdc842
commit
3202c18c54
1 changed files with 19 additions and 0 deletions
19
src/stat/Cargo.toml
Normal file
19
src/stat/Cargo.toml
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue