Fix missing tokio feature

pull/1/head
Dominik Nakamura 3 years ago
parent c24d30d698
commit 6d32eba6b6
No known key found for this signature in database
GPG Key ID: E4C6A749B2491910

@ -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]

Loading…
Cancel
Save