mirror of
https://github.com/uutils/coreutils
synced 2025-01-06 18:29:07 +00:00
19 lines
218 B
TOML
19 lines
218 B
TOML
|
[package]
|
||
|
name = "stat"
|
||
|
version = "0.0.1"
|
||
|
authors = []
|
||
|
|
||
|
[lib]
|
||
|
name = "uu_stat"
|
||
|
path = "stat.rs"
|
||
|
|
||
|
[dependencies]
|
||
|
getopts = "*"
|
||
|
libc = "*"
|
||
|
time = "*"
|
||
|
uucore = { path="../uucore" }
|
||
|
|
||
|
[[bin]]
|
||
|
name = "stat"
|
||
|
path = "main.rs"
|