Skip to content

Commit

Permalink
feat(UI): Added progress
Browse files Browse the repository at this point in the history
  • Loading branch information
shahen94 committed Feb 4, 2024
1 parent af8a75e commit 03beaed
Show file tree
Hide file tree
Showing 19 changed files with 677 additions and 54 deletions.
138 changes: 128 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,7 @@ flate2 = "1.0.28"

thiserror = "1.0.24"
regex = "1.10.2"

indicatif = "0.17.7"
console = { version = "0.15", default-features = false, features = ["ansi-parsing"] }
spinners = "4.1.1"
Loading

0 comments on commit 03beaed

Please sign in to comment.