Refactor main.rs a bit, some fixes to 7zip fallback
Also adds reqwest timeouts
This commit is contained in:
@@ -31,5 +31,6 @@ tracing-appender = "0.1"
|
||||
tracing-subscriber = "0.2"
|
||||
# Need this unicode fix: https://github.com/muja/unrar.rs/commit/3af9a6015dc89c1329a2fe5d6f4a7f69ded8ba1d
|
||||
unrar = { git = "https://github.com/muja/unrar.rs.git" }
|
||||
walkdir = "2"
|
||||
# Need `ZipWriter::append_new` from https://github.com/zip-rs/zip/commit/ce272616ac69b798bb7b0925147a8a710dc2bb65
|
||||
zip = { git = "https://github.com/zip-rs/zip.git" }
|
||||
Reference in New Issue
Block a user