summaryrefslogtreecommitdiffstats
path: root/ozone-cli/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar bigfoot547 <[email protected]>2025-03-10 19:40:35 -0500
committerLibravatar bigfoot547 <[email protected]>2025-03-10 19:40:35 -0500
commit077292500699666b8e07cb53578c32c286ed67c9 (patch)
treeafa3ab52fae3ad273d923ac71ad68d6b504ee13c /ozone-cli/Cargo.toml
parentconcurrently prepare files for download (diff)
wip: progress
Diffstat (limited to 'ozone-cli/Cargo.toml')
-rw-r--r--ozone-cli/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/ozone-cli/Cargo.toml b/ozone-cli/Cargo.toml
index db6503b..ad65d92 100644
--- a/ozone-cli/Cargo.toml
+++ b/ozone-cli/Cargo.toml
@@ -13,3 +13,4 @@ clap_complete = { version = "4.5.44", features = ["unstable-dynamic"] }
lazy_static = "1.5.0"
regex = "1.11.1"
uuid = { version = "1.12.1", features = ["v4"] }
+indicatif = "0.17.11"