diff options
Diffstat (limited to 'server/Cargo.toml')
-rw-r--r-- | server/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/Cargo.toml b/server/Cargo.toml index da084855..39b9ea1c 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -19,5 +19,6 @@ 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" } |