fix unix listener

This commit is contained in:
Robin Appelman 2026-03-27 21:57:07 +01:00
commit 81ec03a6ec
3 changed files with 40 additions and 10 deletions

View file

@ -7,7 +7,7 @@ rust-version = "1.85.0"
[dependencies]
rumqttc = "0.25.1"
tokio = { version = "1.50.0", features = ["macros", "rt-multi-thread"] }
tokio = { version = "1.50.0", features = ["macros", "rt-multi-thread", "signal"] }
dashmap = "6.1.0"
jzon = "0.12.5"
warp = { version = "0.4.2", features = ["server"] }