mirror of
https://codeberg.org/demostf/sync.git
synced 2026-06-03 16:44:07 +02:00
use a more maintained websocket library and cleanup on socket close
This commit is contained in:
parent
d5ed7520f0
commit
2f59220df5
3 changed files with 225 additions and 149 deletions
10
Cargo.toml
10
Cargo.toml
|
|
@ -4,8 +4,8 @@ version = "0.1.0"
|
|||
authors = ["Robin Appelman <robin@icewind.nl>"]
|
||||
|
||||
[dependencies]
|
||||
mio-websocket = { git = "https://github.com/nbaksalyar/mio-websocket" }
|
||||
mio = "*"
|
||||
serde = "*"
|
||||
serde_json = "*"
|
||||
serde_derive = "*"
|
||||
ws = "0.7.3"
|
||||
mio = "0.6.10"
|
||||
serde = "1.0.15"
|
||||
serde_json = "1.0.3"
|
||||
serde_derive = "1.0.15"
|
||||
Loading…
Add table
Add a link
Reference in a new issue