summaryrefslogtreecommitdiffstats
path: root/ozone-cli/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar bigfoot547 <[email protected]>2025-03-15 19:59:11 -0500
committerLibravatar bigfoot547 <[email protected]>2025-03-15 19:59:11 -0500
commit7bd8a5624e0f6340af8bb930ee98b3386114705b (patch)
tree2c7c7948a43839f4f00f557b4836db2176a352da /ozone-cli/Cargo.toml
parentwip: progress (diff)
granular progress indication
the code for the cli kinda sucks
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 ad65d92..77d93d0 100644
--- a/ozone-cli/Cargo.toml
+++ b/ozone-cli/Cargo.toml
@@ -14,3 +14,4 @@ lazy_static = "1.5.0"
regex = "1.11.1"
uuid = { version = "1.12.1", features = ["v4"] }
indicatif = "0.17.11"
+indicatif-log-bridge = "0.2.3"