renice merge
This commit is contained in:
@@ -40,6 +40,8 @@ test_unimplemented = []
|
||||
# "feat_common_core" == baseline core set of utilities which can be built/run on most targets
|
||||
feat_common_core = [
|
||||
"uu_pwdx",
|
||||
"uu_renice",
|
||||
"uu_lscpu",
|
||||
]
|
||||
|
||||
[workspace.dependencies]
|
||||
@@ -144,6 +146,7 @@ zip = { workspace = true, optional = true }
|
||||
#
|
||||
uu_pwdx = { optional = true, version = "0.0.1", package = "uu_pwdx", path = "src/uu/pwdx" }
|
||||
uu_lscpu = { optional = true, version = "0.0.1", package = "uu_lscpu", path = "src/uu/lscpu" }
|
||||
uu_renice = { optional = true, version = "0.0.1", package = "uu_renice", path = "src/uu/renice" }
|
||||
|
||||
# this breaks clippy linting with: "tests/by-util/test_factor_benches.rs: No such file or directory (os error 2)"
|
||||
# factor_benches = { optional = true, version = "0.0.0", package = "uu_factor_benches", path = "tests/benches/factor" }
|
||||
|
||||
Reference in New Issue
Block a user