diff options
| author | metamuffin <metamuffin@disroot.org> | 2024-07-08 19:40:52 +0200 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2024-07-08 19:40:52 +0200 |
| commit | b43be80a63e54948656313d9862e0523a3aed31f (patch) | |
| tree | 2c88d1c25594d7f2ded1ab46cb3a052fa33e9a26 /server/replaytool/Cargo.toml | |
| parent | aeeb376c1faceacb8856add20a820271cc3254b3 (diff) | |
| download | hurrycurry-b43be80a63e54948656313d9862e0523a3aed31f.tar hurrycurry-b43be80a63e54948656313d9862e0523a3aed31f.tar.bz2 hurrycurry-b43be80a63e54948656313d9862e0523a3aed31f.tar.zst | |
compress replays
Diffstat (limited to 'server/replaytool/Cargo.toml')
| -rw-r--r-- | server/replaytool/Cargo.toml | 1 |
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" } |