1
0
mirror of https://github.com/pcvolkmer/osc-variant.git synced 2025-07-02 16:52:55 +00:00

Add progress bar to OSB file check

This commit is contained in:
2023-11-09 12:11:13 +01:00
parent 774b57d78e
commit c9ecb8e944
3 changed files with 54 additions and 12 deletions

View File

@ -20,6 +20,7 @@ quick-xml = { version = "0.31", features = ["escape-html", "serialize"], default
console = "0.15"
sha256 = "1.4"
dialoguer = "0.11"
indicatif = "0.17"
deob = { path = "./libs/deob", optional = true }
zip = { version = "0.6", optional = true }