diff options
Diffstat (limited to 'server/client-lib/Cargo.toml')
-rw-r--r-- | server/client-lib/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/server/client-lib/Cargo.toml b/server/client-lib/Cargo.toml index b06cbf9f..9d1cb94c 100644 --- a/server/client-lib/Cargo.toml +++ b/server/client-lib/Cargo.toml @@ -13,7 +13,6 @@ tokio-tungstenite = { version = "0.27.0", optional = true, features = [ ] } tokio = { version = "1.47.1", features = ["net", "sync"], optional = true } serde_json = "1.0.145" -bincode = "2.0.1" log = "0.4.28" anyhow = "1.0.99" futures-util = { version = "0.3.31", optional = true } |