coreutils/src/uu/nohup/Cargo.toml

20 lines
309 B
TOML
Raw Normal View History

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