Skip to content

Commit

Permalink
feat(cli): Add resolve & link progress bars (#145)
Browse files Browse the repository at this point in the history
Fixes: #156
  • Loading branch information
amitdahan committed Feb 25, 2023
1 parent 0d07b1a commit dd4c6ca
Show file tree
Hide file tree
Showing 6 changed files with 193 additions and 32 deletions.
44 changes: 44 additions & 0 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Expand Up @@ -55,6 +55,7 @@ console_error_panic_hook = "0.1.7"
directories = "4.0.1"
flate2 = "1.0.25"
futures = "0.3.26"
indicatif = "0.17.3"
humansize = "1.1.0"
js-sys = "0.3.61"
kdl = "5.0.0-alpha.0"
Expand Down
3 changes: 3 additions & 0 deletions crates/node-maintainer/Cargo.toml
Expand Up @@ -23,6 +23,9 @@ tracing = { workspace = true }
unicase = "2.6.0"
url = { workspace = true }

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
indicatif = { workspace = true }

[target.'cfg(target_arch = "wasm32")'.dependencies]
console_error_panic_hook = { workspace = true }
js-sys = { workspace = true }
Expand Down

0 comments on commit dd4c6ca

Please sign in to comment.