mirror of
https://codeberg.org/icewind/taspromto.git
synced 2026-06-03 16:44:11 +02:00
fix unix listener
This commit is contained in:
parent
c3b5238a51
commit
81ec03a6ec
3 changed files with 40 additions and 10 deletions
|
|
@ -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"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue