We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b3155d commit 5799985Copy full SHA for 5799985
Cargo.toml
@@ -20,7 +20,7 @@ byteorder = "1.3.2"
20
thiserror = "1.0"
21
async-trait = { version = "0.1.31", optional = true }
22
async-stream = { version = "0.3.6", optional = true }
23
-tokio = { version = "1", features = ["rt", "sync", "io-util", "macros", "time"], optional = true }
+tokio = { version = "1", features = ["rt", "sync", "io-util", "macros", "time", "net"], optional = true }
24
futures = { version = "0.3", optional = true }
25
crossbeam = "0.8.0"
26
0 commit comments