summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRosyid Haryadi <rosyid_haryadi@protonmail.com>2025-03-04 00:24:58 +0700
committerRosyid Haryadi <rosyid_haryadi@protonmail.com>2025-03-04 00:24:58 +0700
commita89ce343dce62d31fd8dcfe3c1dbec1425423f44 (patch)
treeda0c031b193af057c9d212bd6f3196610b2c544d /Cargo.toml
parent5fd5bb979765ec47e04e3f1f34d362d8d0c9c41e (diff)
upd progress bar because it's cool
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 c383576..2adb9b1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,4 +5,5 @@ edition = "2021"
[dependencies]
image = "0.25.5"
+indicatif = "0.17.11"
rand = "0.9.0"