Skip unrar extract errors, update compress-tools

This commit is contained in:
Tyler Hallada
2021-08-09 11:10:57 -06:00
parent 6136ac18fa
commit db2e73aa8e
3 changed files with 21 additions and 8 deletions

View File

@@ -11,8 +11,7 @@ description = "Saves Skyrim mod cell edits to a database"
anyhow = "1.0"
argh = "0.1"
chrono = { version = "0.4", features = ["serde"] }
# Need specific branch to fix my issue with bad-encoding in some archive file names: https://github.com/OSSystems/compress-tools-rs/issues/59
compress-tools = { git = "https://github.com/OSSystems/compress-tools-rs.git", branch = "issue-59" }
compress-tools = "0.12"
dotenv = "0.15"
futures = "0.3"
infer = { version = "0.4", default-features = false }