feat: room

This commit is contained in:
2021-05-14 01:09:57 +08:00
parent fe17d68033
commit f99a426e26
4 changed files with 199 additions and 36 deletions

View File

@@ -8,7 +8,9 @@ edition = "2018"
[dependencies]
rust_util = "0.6"
tungstenite = {version = "0.13", default-features = false}
tokio-tungstenite = "0.14"
tokio = { version = "1.0.0", features = ["full"]}
futures-util = "0.3"
lazy_static = "1.4"
futures-channel = "0.3"