mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2026-01-15 17:51:07 +00:00
1. force ci to use libc@0.2 2. dont use unstable api Metadata::created 3. change quote style 4. pass metadata.mode() as mode_t
18 lines
221 B
TOML
18 lines
221 B
TOML
[package]
|
|
name = "stat"
|
|
version = "0.0.1"
|
|
authors = []
|
|
|
|
[lib]
|
|
name = "uu_stat"
|
|
path = "stat.rs"
|
|
|
|
[dependencies]
|
|
getopts = "*"
|
|
libc = "^0.2"
|
|
time = "*"
|
|
uucore = { path="../uucore" }
|
|
|
|
[[bin]]
|
|
name = "stat"
|
|
path = "main.rs"
|