uu_nohup 0.0.30

nohup ~ (uutils) run COMMAND, ignoring hangup signals
Documentation
[package]
name = "uu_nohup"
version = "0.0.30"
authors = ["uutils developers"]
license = "MIT"
description = "nohup ~ (uutils) run COMMAND, ignoring hangup signals"

homepage = "https://github.com/uutils/coreutils"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/nohup"
keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"]
categories = ["command-line-utilities"]
edition = "2021"

readme.workspace = true

[lib]
path = "src/nohup.rs"

[dependencies]
clap = { workspace = true }
libc = { workspace = true }
uucore = { workspace = true, features = ["fs"] }
thiserror = { workspace = true }

[[bin]]
name = "nohup"
path = "src/main.rs"