Removing websocket library for tokio-tungstenite (rtc)

This commit is contained in:
shockrah 2021-04-02 12:29:53 -07:00
parent e496fbdd1a
commit 17f281c91c
2 changed files with 94 additions and 695 deletions

787
json-api/Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -13,8 +13,8 @@ rtc = []
tokio = { version = "1", features = ["full"] }
hyper = { version = "0.14", features = ["full"] }
mysql_async = "0.27"
websocket = "0.26.2"
tokio-tungstenite = "0.14.0"
futures = "0.3"
dotenv = "0.9.0"