aboutsummaryrefslogtreecommitdiff
path: root/server/replaytool/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'server/replaytool/Cargo.toml')
-rw-r--r--server/replaytool/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/replaytool/Cargo.toml b/server/replaytool/Cargo.toml
index e6c1cc23..036c464b 100644
--- a/server/replaytool/Cargo.toml
+++ b/server/replaytool/Cargo.toml
@@ -14,5 +14,6 @@ tokio-tungstenite = { version = "0.23.1", features = ["native-tls"] }
futures-util = "0.3.30"
rand = "0.9.0-alpha.1"
clap = { version = "4.5.8", features = ["derive"] }
+async-compression = { version = "0.4.11", features = ["zstd", "tokio"] }
hurrycurry-protocol = { path = "../protocol" }