diff options
author | Lia Lenckowski <lialenck@protonmail.com> | 2024-09-25 23:07:39 +0200 |
---|---|---|
committer | Lia Lenckowski <lialenck@protonmail.com> | 2024-09-25 23:07:39 +0200 |
commit | 598752a7ab4590a86863caaa1c961aa7bd2bc842 (patch) | |
tree | 3c3c3f7de380baa3d2618a5c8a6d7b51d9e8ac89 /server | |
parent | c8d034a49efa8a588a849406bf6841659c49497e (diff) | |
download | hurrycurry-598752a7ab4590a86863caaa1c961aa7bd2bc842.tar hurrycurry-598752a7ab4590a86863caaa1c961aa7bd2bc842.tar.bz2 hurrycurry-598752a7ab4590a86863caaa1c961aa7bd2bc842.tar.zst |
fix standalone build of client-lib
Diffstat (limited to 'server')
-rw-r--r-- | server/client-lib/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/client-lib/Cargo.toml b/server/client-lib/Cargo.toml index 47e4bd6d..291c07f4 100644 --- a/server/client-lib/Cargo.toml +++ b/server/client-lib/Cargo.toml @@ -11,7 +11,7 @@ tungstenite = { version = "0.23.0", optional = true, features = [ tokio-tungstenite = { version = "0.23.1", optional = true, features = [ "rustls-tls-native-roots", ] } -tokio = { version = "1.39.2", features = ["net"], optional = true } +tokio = { version = "1.39.2", features = ["net", "sync"], optional = true } serde_json = "1.0.122" bincode = "2.0.0-rc.3" log = "0.4.22" |