Add support xxhash32 data hash type in Yuris archive

This commit is contained in:
2026-06-07 12:38:43 +08:00
parent f773b5b210
commit 0bef40a98b
6 changed files with 55 additions and 4 deletions

7
Cargo.lock generated
View File

@@ -1715,6 +1715,7 @@ dependencies = [
"webp",
"windows-sys 0.61.2",
"xml5ever",
"xxhash-rust",
"zopfli",
"zstd",
]
@@ -3192,6 +3193,12 @@ dependencies = [
"markup5ever",
]
[[package]]
name = "xxhash-rust"
version = "0.8.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fdd20c5420375476fbd4394763288da7eb0cc0b8c11deed431a91562af7335d3"
[[package]]
name = "yoke"
version = "0.8.2"