1
0
Fork 0
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:
Robin Appelman 2017-10-07 17:24:44 +02:00
commit 2f59220df5
3 changed files with 225 additions and 149 deletions

View file

@ -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"