feat: Add incoming unix domain socket support

This commit is contained in:
selfhoster selfhoster 2026-08-21 11:50:53 +02:00
commit 3331e431dd
5 changed files with 749 additions and 21 deletions

View file

@ -14,5 +14,6 @@ log = "0.4.33"
pretty_env_logger = "0.5.0"
serde = { version = "1.0.229", features = ["derive"] }
tokio = { version = "1.53.1", features = ["net", "rt", "macros", "time", "io-util", "fs"] }
tokio-listener = { version = "0.5.2", features = ["serde"] }
tokio-util = "0.7.19"
toml = "1.1.4"