feat: works

This commit is contained in:
2021-07-03 18:55:49 +08:00
parent b717c864ac
commit cd8afe953c
3 changed files with 202 additions and 16 deletions

View File

@@ -13,6 +13,5 @@ rust_util = "0.6.39"
rustyline = "8.2.0"
futures-util = { version = "0.3", default-features = false, features = ["async-await", "sink", "std"] }
tokio = { version = "1.0.0", features = ["full"] }
tokio-tungstenite = "0.14.0"
tokio-tungstenite = { version = "0.14.0", features = ["native-tls"] }