diff options
Diffstat (limited to 'server/Cargo.toml')
-rw-r--r-- | server/Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/server/Cargo.toml b/server/Cargo.toml index da084855..929f806d 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -13,11 +13,12 @@ tokio = { version = "1.38.0", features = ["full"] } serde_json = "1.0.120" tokio-tungstenite = "0.23.1" futures-util = "0.3.30" -serde_yaml = "0.9.34+deprecated" +serde_yml = "0.0.10" rand = "0.9.0-alpha.1" shlex = "1.3.0" clap = { version = "4.5.8", features = ["derive"] } fake = "2.9.2" pollster = "0.3.0" +bincode = "2.0.0-rc.3" hurrycurry-protocol = { path = "protocol" } |