Add ulimit builtin and optimize shed -c to exec single commands directly without forking
This commit is contained in:
15
Cargo.toml
15
Cargo.toml
@@ -17,7 +17,20 @@ env_logger = "0.11.9"
|
||||
glob = "0.3.2"
|
||||
itertools = "0.14.0"
|
||||
log = "0.4.29"
|
||||
nix = { version = "0.29.0", features = ["uio", "term", "user", "hostname", "fs", "default", "signal", "process", "event", "ioctl", "poll"] }
|
||||
nix = { version = "0.29.0", features = [
|
||||
"uio",
|
||||
"term",
|
||||
"user",
|
||||
"resource",
|
||||
"hostname",
|
||||
"fs",
|
||||
"default",
|
||||
"signal",
|
||||
"process",
|
||||
"event",
|
||||
"ioctl",
|
||||
"poll"
|
||||
] }
|
||||
rand = "0.10.0"
|
||||
regex = "1.11.1"
|
||||
scopeguard = "1.2.0"
|
||||
|
||||
Reference in New Issue
Block a user