PANA_DVD extractor initial added.

This commit is contained in:
theubusu
2025-11-19 23:39:33 +01:00
parent 85a36af3ba
commit da06edf592
10 changed files with 507 additions and 2 deletions
Generated
+7
View File
@@ -697,6 +697,12 @@ dependencies = [
"rand_core",
]
[[package]]
name = "simd-adler32"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
[[package]]
name = "smallvec"
version = "1.15.1"
@@ -781,6 +787,7 @@ dependencies = [
"md5",
"rsa",
"sha1",
"simd-adler32",
"tar",
]