Skip to content

Commit

Permalink
feat(progress): refactored progress bar out of node-maintainer (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat committed Mar 12, 2023
1 parent 544a2c5 commit e1908ad
Show file tree
Hide file tree
Showing 6 changed files with 253 additions and 110 deletions.
60 changes: 60 additions & 0 deletions Cargo.lock

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

3 changes: 3 additions & 0 deletions Cargo.toml
Expand Up @@ -31,13 +31,15 @@ clap = { workspace = true, features = ["derive"] }
colored = { workspace = true }
humansize = { workspace = true }
directories = { workspace = true }
indicatif = { workspace = true }
miette = { workspace = true, features = ["fancy"] }
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }
term_grid = { workspace = true }
term_size = { workspace = true }
tracing = { workspace = true}
tracing-appender = { workspace = true }
tracing-indicatif = { workspace = true }
tracing-subscriber = { workspace = true, features = ["env-filter"] }
url = { workspace = true }

Expand Down Expand Up @@ -97,6 +99,7 @@ term_size = "0.3.2"
thiserror = "1.0.38"
tracing = "0.1.37"
tracing-appender = "0.2.2"
tracing-indicatif = "0.3.0"
tracing-subscriber = "0.3.16"
tsify = "0.4.3"
url = "2.3.1"
Expand Down

0 comments on commit e1908ad

Please sign in to comment.