Add dependency on tokio-tungstenite for websockets

This commit is contained in:
Greg Heartsfield
2021-11-20 20:44:32 -06:00
parent cd1bc7655c
commit 506b92f505
2 changed files with 508 additions and 0 deletions
+1
View File
@@ -6,3 +6,4 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tokio-tungstenite = "0.16.0"