feat: msg

This commit is contained in:
2021-05-14 07:58:16 +08:00
parent 10bc4d20a2
commit 78fa15b5ec
3 changed files with 102 additions and 1 deletions

View File

@@ -13,4 +13,6 @@ tokio-tungstenite = "0.14"
tokio = { version = "1.0.0", features = ["full"]}
futures-util = "0.3"
lazy_static = "1.4"
futures-channel = "0.3"
futures-channel = "0.3"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"