We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1743bcd commit 90cb3a7Copy full SHA for 90cb3a7
tunshell-server/Cargo.toml
@@ -6,7 +6,7 @@ edition = "2018"
6
7
[dependencies]
8
tunshell-shared = { path = "../tunshell-shared" }
9
-tokio = { version = "0.2.21", features=["rt-threaded", "blocking", "time", "io-util", "tcp", "udp", "macros"] }
+tokio = { version = "0.2.21", features=["rt-threaded", "blocking", "time", "io-util", "tcp", "udp", "macros", "sync"] }
10
tokio-util = { version = "0.3.1", features=["compat"] }
11
tokio-rustls = { version = "0.14.0", features=["dangerous_configuration"] }
12
futures = "0.3.5"
0 commit comments