Skip to content

Commit 90cb3a7

Browse files
committed
enable sync feature
1 parent 1743bcd commit 90cb3a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tunshell-server/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2018"
66

77
[dependencies]
88
tunshell-shared = { path = "../tunshell-shared" }
9-
tokio = { version = "0.2.21", features=["rt-threaded", "blocking", "time", "io-util", "tcp", "udp", "macros"] }
9+
tokio = { version = "0.2.21", features=["rt-threaded", "blocking", "time", "io-util", "tcp", "udp", "macros", "sync"] }
1010
tokio-util = { version = "0.3.1", features=["compat"] }
1111
tokio-rustls = { version = "0.14.0", features=["dangerous_configuration"] }
1212
futures = "0.3.5"

0 commit comments

Comments
 (0)