From 6c9e93b777238372ceb64dcbc168098f9f35385d Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sat, 28 Feb 2026 19:34:47 +0800 Subject: Add progress bar support --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') 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" -- cgit