diff options
author | Rosyid Haryadi <rosyid_haryadi@protonmail.com> | 2025-03-04 00:24:58 +0700 |
---|---|---|
committer | Rosyid Haryadi <rosyid_haryadi@protonmail.com> | 2025-03-04 00:24:58 +0700 |
commit | a89ce343dce62d31fd8dcfe3c1dbec1425423f44 (patch) | |
tree | da0c031b193af057c9d212bd6f3196610b2c544d /Cargo.toml | |
parent | 5fd5bb979765ec47e04e3f1f34d362d8d0c9c41e (diff) |
upd progress bar because it's cool
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,4 +5,5 @@ edition = "2021" [dependencies] image = "0.25.5" +indicatif = "0.17.11" rand = "0.9.0" |