diff options
Diffstat (limited to 'pixel-client')
-rw-r--r-- | pixel-client/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pixel-client/Cargo.toml b/pixel-client/Cargo.toml index 33020dea..4d057627 100644 --- a/pixel-client/Cargo.toml +++ b/pixel-client/Cargo.toml @@ -11,7 +11,6 @@ hurrycurry-client-lib = { path = "../server/client-lib", default-features = fals ] } tungstenite = { version = "0.27.0", features = ["rustls-tls-native-roots"] } serde_json = "1.0.145" -bincode = "2.0.1" log = "0.4.28" env_logger = "0.11.8" anyhow = "1.0.99" |