mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-05-15 06:06:07 -06:00
fix: build failure in lan-mouse-ipc standalone
This commit is contained in:
parent
5d5f4bbe6f
commit
b8fdbb35ac
1 changed files with 1 additions and 1 deletions
|
|
@ -12,5 +12,5 @@ log = "0.4.22"
|
|||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0.107"
|
||||
thiserror = "2.0.0"
|
||||
tokio = { version = "1.32.0", features = ["net", "io-util", "time"] }
|
||||
tokio = { version = "1.32.0", features = ["macros", "net", "io-util", "time"] }
|
||||
tokio-stream = { version = "0.1.15", features = ["io-util"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue