diff --git a/Cargo.toml b/Cargo.toml index 75d2c26..ead789c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ serde_json = "1.0.61" serde_with = "1.6.0" sha2 = "0.9.2" thiserror = "1.0.23" -tokio = { version = "1.0.1", features = ["net", "sync"] } +tokio = { version = "1.0.1", features = ["net", "rt", "sync"] } tokio-tungstenite = "0.13.0" [dev-dependencies]