[package] name = "nohup" version = "0.0.1" authors = [] build = "../../mkmain.rs" [lib] name = "uu_nohup" path = "nohup.rs" [dependencies] getopts = "0.2.14" libc = "0.2.42" [dependencies.uucore] path = "../uucore" features = ["fs"] [[bin]] name = "nohup" path = "../../uumain.rs"