diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2022-09-09 21:57:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-09 15:57:39 -0400 |
commit | f92bd986de7f083ac164c0e3a2b04d3504c29741 (patch) | |
tree | dbd0a3484014da69ab8258c5f8e86616574741af /cli/main.rs | |
parent | 3bce2af0ebc997278519f5d6270915bb3fe8fd56 (diff) |
feat: download progress bar (#15814)
Diffstat (limited to 'cli/main.rs')
-rw-r--r-- | cli/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/main.rs b/cli/main.rs index 98b5325b0..1c9c10281 100644 --- a/cli/main.rs +++ b/cli/main.rs @@ -26,6 +26,7 @@ mod node; mod npm; mod ops; mod proc_state; +mod progress_bar; mod resolver; mod standalone; mod text_encoding; |