redox/recipes/wip/archives/unzip-rs/recipe.toml
2026-06-07 18:23:24 -03:00

11 lines
298 B
TOML

# the rust reimplementation is prefered over c implementation, which is abandoned with security bugs: https://github.com/quininer/unzrip#safety
#TODO compile and test
[source]
git = "https://github.com/quininer/unzrip"
shallow_clone = true
[build]
template = "cargo"
dependencies = [
"zstd",
]