mirror of
https://github.com/dnaka91/obws
synced 2024-11-13 19:12:03 +00:00
Fix missing tokio feature
This commit is contained in:
parent
c24d30d698
commit
6d32eba6b6
@ -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…
Reference in New Issue
Block a user