mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 20:17:45 +00:00
simulate terminal utility (squash)
This commit is contained in:
parent
5a2e0c700e
commit
a4d5defeef
5 changed files with 348 additions and 29 deletions
|
@ -498,7 +498,7 @@ procfs = { version = "0.16", default-features = false }
|
|||
rlimit = "0.10.1"
|
||||
|
||||
[target.'cfg(unix)'.dev-dependencies]
|
||||
nix = { workspace = true, features = ["process", "signal", "user"] }
|
||||
nix = { workspace = true, features = ["process", "signal", "user", "term"] }
|
||||
rand_pcg = "0.3"
|
||||
xattr = { workspace = true }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue