Replace zlib with zlib-rs

This commit is contained in:
LoveSy
2025-03-08 00:48:06 +08:00
committed by John Wu
parent 675471a49e
commit bd0e954fea
9 changed files with 21 additions and 34 deletions

View File

@@ -34,6 +34,7 @@ syn = "2"
quote = "1"
proc-macro2 = "1"
argh = { version = "0.1.13", default-features = false }
libz-rs-sys = { version = "0.4.2", default-features = false, features=["c-allocator"] }
# Pin version to prevent cargo update break builds
block-buffer = "=0.11.0-rc.3"