[package]
name = "uu_nice"
description = "nice ~ (uutils) run PROGRAM with modified scheduling priority"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/nice"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
categories.workspace = true
edition.workspace = true
readme.workspace = true
[lints]
workspace = true
[lib]
path = "src/nice.rs"
[dependencies]
clap = { workspace = true }
libc = { workspace = true }
nix = { workspace = true }
uucore = { workspace = true }
fluent = { workspace = true }
[[bin]]
name = "nice"
path = "src/main.rs"