Skip to content

Commit

Permalink
enable sync feature
Browse files Browse the repository at this point in the history
  • Loading branch information
TimeToogo committed Aug 15, 2023
1 parent 1743bcd commit 90cb3a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tunshell-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2018"

[dependencies]
tunshell-shared = { path = "../tunshell-shared" }
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"] }
tokio-util = { version = "0.3.1", features=["compat"] }
tokio-rustls = { version = "0.14.0", features=["dangerous_configuration"] }
futures = "0.3.5"
Expand Down

0 comments on commit 90cb3a7

Please sign in to comment.