coreutils/src/timeout/Cargo.toml
Roy Ivy III 6a18d7f7be update ~ (maint!) use fixed/patched uucore (v0.0.2); await upgrade upstream
- fixes musl (no-utmpx) build bug
- fixes failing windows real{link,path} tests
2020-04-12 22:39:55 -05:00

20 lines
344 B
TOML

[package]
name = "timeout"
version = "0.0.1"
authors = []
license = "MIT"
build = "../#common/mkmain.rs"
[lib]
name = "uu_timeout"
path = "timeout.rs"
[dependencies]
getopts = "0.2.18"
libc = "0.2.42"
time = "0.1.40"
uucore = { version = "0.0.2", features = ["parse_time", "process"] }
[[bin]]
name = "timeout"
path = "../#common/uumain.rs"