Fix missing tokio feature

This commit is contained in:
Dominik Nakamura 2021-01-10 01:58:48 +09:00
parent c24d30d698
commit 6d32eba6b6
No known key found for this signature in database
GPG key ID: E4C6A749B2491910

View file

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