From 598752a7ab4590a86863caaa1c961aa7bd2bc842 Mon Sep 17 00:00:00 2001 From: Lia Lenckowski Date: Wed, 25 Sep 2024 23:07:39 +0200 Subject: fix standalone build of client-lib --- server/client-lib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server') 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" -- cgit v1.2.3-70-g09d2