Skip to content

Commit

Permalink
feat: some nicer progress bars (powered by prodash)
Browse files Browse the repository at this point in the history
  • Loading branch information
dnbln committed Jan 28, 2024
1 parent 54118af commit ed17513
Show file tree
Hide file tree
Showing 7 changed files with 566 additions and 73 deletions.
180 changes: 173 additions & 7 deletions Cargo.lock

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

8 changes: 6 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,15 @@ path-absolutize = "3.0.14"
path-slash = "0.2.1"
pretty_env_logger = "0.5.0"
proc-macro2 = "1.0.47"
prodash = { version = "28.0.0", default-features = false, features = [
"render-line",
"render-line-crossterm",
"render-line-autoconfigure",
"progress-tree",
] }
quote = "1.0.21"
rustc-demangle = "0.1.21"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tempfile = "3.0"
thiserror = "1.0"


1 change: 1 addition & 0 deletions cargo-difftests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ log.workspace = true
path-absolutize.workspace = true
path-slash.workspace = true
pretty_env_logger.workspace = true
prodash.workspace = true
rustc-demangle.workspace = true
serde.workspace = true
serde_json.workspace = true
Expand Down
Loading

0 comments on commit ed17513

Please sign in to comment.