mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-17 06:25:15 +08:00
Add support xxhash32 data hash type in Yuris archive
This commit is contained in:
7
Cargo.lock
generated
7
Cargo.lock
generated
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user