add loading progress bar

This commit is contained in:
Robin Appelman 2024-11-05 19:53:22 +01:00
commit 1e33ad60db
3 changed files with 45 additions and 2 deletions

View file

@ -30,6 +30,7 @@ xz2 = "0.1.7"
bzip2-rs = "0.1.2"
ruzstd = "0.7.2"
dialoguer = "0.11.0"
indicatif = { version = "0.17.8", features = ["rayon"] }
[target.'cfg(not(target_os = "windows"))'.dependencies]
tikv-jemallocator = "0.6.0"