aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2025-03-25 03:54:22 +0000
committermat <git@matdoes.dev>2025-03-25 03:54:22 +0000
commit113222a3a25f0952958c0d0d19968090aa1f34d7 (patch)
tree007f15282b5f84dabcced3b436ef97af5203491a /Cargo.toml
parentaa2039c86888e8ef47072fde63634ec58b22a654 (diff)
downloadazalea-drasl-113222a3a25f0952958c0d0d19968090aa1f34d7.tar.xz
use zlib-rs for compression
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d4cb4331..96f42c54 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -45,7 +45,7 @@ criterion = "0.5.1"
derive_more = "2.0.1"
enum-as-inner = "0.6.1"
env_logger = "0.11.6"
-flate2 = "1.0.35"
+flate2 = { version = "1.0.35", features = ["zlib-rs"] }
futures = "0.3.31"
futures-lite = "2.6.0"
md-5 = "0.10.6"