summaryrefslogtreecommitdiff
path: root/server/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-07-14 21:00:54 +0200
committermetamuffin <metamuffin@disroot.org>2024-07-14 21:00:54 +0200
commitf6cc57f29fc65a33219b1266b3508dc40536f3c2 (patch)
tree3a5ee5897f778fd1e0547a3026060e579a4c7c56 /server/Cargo.toml
parent721b9ecb282f84839eb096de4d269176f8ab389f (diff)
downloadhurrycurry-f6cc57f29fc65a33219b1266b3508dc40536f3c2.tar
hurrycurry-f6cc57f29fc65a33219b1266b3508dc40536f3c2.tar.bz2
hurrycurry-f6cc57f29fc65a33219b1266b3508dc40536f3c2.tar.zst
add binary protocol support
Diffstat (limited to 'server/Cargo.toml')
-rw-r--r--server/Cargo.toml1
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" }