aboutsummaryrefslogtreecommitdiff
path: root/dev_tools/Cargo.toml
diff options
context:
space:
mode:
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"