mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
11 lines
298 B
TOML
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",
|
|
]
|