Skip to content

Commit 5799985

Browse files
committed
add net feature to tokio
Add net feature to tokio to support UDS Signed-off-by: Jorge Prendes <jorge.prendes@gmail.com>
1 parent 7b3155d commit 5799985

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ byteorder = "1.3.2"
2020
thiserror = "1.0"
2121
async-trait = { version = "0.1.31", optional = true }
2222
async-stream = { version = "0.3.6", optional = true }
23-
tokio = { version = "1", features = ["rt", "sync", "io-util", "macros", "time"], optional = true }
23+
tokio = { version = "1", features = ["rt", "sync", "io-util", "macros", "time", "net"], optional = true }
2424
futures = { version = "0.3", optional = true }
2525
crossbeam = "0.8.0"
2626

0 commit comments

Comments
 (0)