mirror of
https://codeberg.org/icewind/netnsd.git
synced 2026-06-03 09:04:07 +02:00
move proxies to sub-processes
This commit is contained in:
parent
b595282810
commit
e672e11f09
9 changed files with 217 additions and 199 deletions
|
|
@ -14,15 +14,13 @@ thiserror = "2.0.17"
|
|||
tracing = "0.1.41"
|
||||
tracing-subscriber = "0.3.20"
|
||||
main_error = "0.1.2"
|
||||
nix = { version = "0.30.1", features = ["mount", "sched"] }
|
||||
nix = { version = "0.30.1", features = ["mount", "sched", "user", "signal"] }
|
||||
sd-notify = "0.4.5"
|
||||
futures = "0.3.31"
|
||||
futures-concurrency = "7.6.3"
|
||||
humansize = { version = "2.1.3", features = ["no_alloc"] }
|
||||
neli = "0.7.1"
|
||||
either = "1.15.0"
|
||||
uzers = "0.12.1"
|
||||
syscalls = "0.7.0"
|
||||
|
||||
[dev-dependencies]
|
||||
serde_test = "1.0.177"
|
||||
Loading…
Add table
Add a link
Reference in a new issue