Configure tokio runtime manually

This commit is contained in:
Greg Heartsfield
2021-11-21 13:31:23 -06:00
parent efa14418fc
commit 259c115d67
3 changed files with 36 additions and 21 deletions
+1
View File
@@ -11,3 +11,4 @@ env_logger = "0.9.0"
tokio = { version = "1.14.0", features = ["full"] }
futures-util = "0.3.17"
tokio-tungstenite = "0.16.0"
tungstenite = "0.16.0"