move proxies to sub-processes

This commit is contained in:
Robin Appelman 2025-11-12 21:01:46 +01:00
commit e672e11f09
9 changed files with 217 additions and 199 deletions

View file

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