1
Fork 0
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:
Ulrich Hornung 2024-02-07 22:02:19 +01:00
parent 5a2e0c700e
commit a4d5defeef
No known key found for this signature in database
GPG key ID: 64EA3BAAF1BC0603
5 changed files with 348 additions and 29 deletions

View file

@ -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 }