feat: Add incoming unix domain socket support
This commit is contained in:
parent
d42508b15e
commit
3331e431dd
5 changed files with 749 additions and 21 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue