coreutils/src/nohup/Cargo.toml

19 lines
285 B
TOML
Raw Normal View History

[package]
name = "nohup"
version = "0.0.1"
authors = []
build = "../#common/mkmain.rs"
[lib]
name = "uu_nohup"
path = "nohup.rs"
[dependencies]
getopts = "0.2.18"
libc = "0.2.42"
uucore = { version = "0.0.1", features = ["fs"] }
[[bin]]
name = "nohup"
path = "../#common/uumain.rs"