aboutsummaryrefslogtreecommitdiff
path: root/dev_tools/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-06-24 11:23:32 +0800
committer魏曹先生 <1992414357@qq.com>2026-06-24 11:23:32 +0800
commitaddfbbf0b33a6251605990da73c2de5131766827 (patch)
tree99f8eb03be44157fef250c1d77d801c14be48c23 /dev_tools/Cargo.toml
parentdaf29a92ed88135589a49dea4f370d98ac29462d (diff)
Run CI tasks in parallel with progress bars
Diffstat (limited to 'dev_tools/Cargo.toml')
-rw-r--r--dev_tools/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev_tools/Cargo.toml b/dev_tools/Cargo.toml
index 7e9e332..9855580 100644
--- a/dev_tools/Cargo.toml
+++ b/dev_tools/Cargo.toml
@@ -18,3 +18,4 @@ toml = "0.8"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
tokio = { version = "1", features = ["rt-multi-thread", "macros"] }
+indicatif = "0.18.4"