summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-02-28 19:34:47 +0800
committer魏曹先生 <1992414357@qq.com>2026-02-28 19:34:47 +0800
commit6c9e93b777238372ceb64dcbc168098f9f35385d (patch)
tree12d4203f95dc7ecd7832028be45d2e3488eabce8 /Cargo.toml
parent8d791cfd7592d4839fdcb136444b857553f5d4ca (diff)
Add progress bar support
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5ab3623..2b2aa7e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -84,6 +84,7 @@ tokio = { version = "1", features = ["full"] }
# Display
colored = "3.0"
+just_progress = "0.1.1"
# Terminal
crossterm = "0.27"