mirror of
https://github.com/Storyyeller/Krakatau.git
synced 2024-11-23 04:40:02 +00:00
Fork zip crate to disable CRC checks (#170)
This commit is contained in:
parent
8b2a57a8a5
commit
da4781d499
@ -10,7 +10,7 @@ edition = "2021"
|
||||
clap = { version = "3.1.18", features = ["derive"] }
|
||||
lazy_static = "1.4.0"
|
||||
regex = "1.4.3"
|
||||
zip = { version = "0.6.3", default-features = false, features=["deflate"] }
|
||||
zip = { git = "https://github.com/Storyyeller/zip.git", default-features = false, features=["deflate"] }
|
||||
hexf-parse = "0.2.1"
|
||||
typed-arena = "2.0.1"
|
||||
anyhow = "1.0.70"
|
||||
|
Loading…
Reference in New Issue
Block a user