Replace bzip2 with bz2-rs

This commit is contained in:
LoveSy
2025-03-08 12:56:06 +08:00
committed by John Wu
parent 6ff82c4e86
commit 12a0870bc9
10 changed files with 301 additions and 21 deletions

View File

@@ -33,3 +33,4 @@ fdt = { workspace = true }
bytemuck = { workspace = true, features = ["derive", "min_const_generics"] }
num-traits = { workspace = true }
libz-rs-sys = { workspace = true }
libbz2-rs-sys = { workspace = true }