coreutils/src/timeout/Cargo.toml

23 lines
328 B
TOML
Raw Normal View History

[package]
name = "timeout"
version = "0.0.1"
authors = []
build = "../../mkmain.rs"
[lib]
name = "uu_timeout"
path = "timeout.rs"
[dependencies]
2017-07-15 19:03:43 +00:00
getopts = "0.2.14"
libc = "0.2.42"
2017-07-15 19:03:43 +00:00
time = "0.1.38"
[dependencies.uucore]
path = "../uucore"
features = ["parse_time", "process"]
[[bin]]
name = "timeout"
path = "../../uumain.rs"