aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authormurilo ijanc2025-11-18 15:58:28 -0300
committermurilo ijanc2025-11-18 15:58:28 -0300
commit8f21cf58d999cc6348fbb851e505192645b9e4e6 (patch)
treef665010a7f8fb66e916d520fc02fb2954069471e /Cargo.toml
parent6cf07ef229efdfd94c71c1db45528f686606bd7d (diff)
downloadcogops-8f21cf58d999cc6348fbb851e505192645b9e4e6.tar.gz
Add progress bar
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 2221b81..97e6bd4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,6 +14,7 @@ anyhow = "1.0.100"
aws-config = { version = "1.8.10", features = ["behavior-version-latest"] }
aws-sdk-cognitoidentityprovider = "1.103.0"
clap = { version = "4.5.52", features = ["derive", "env"] }
+indicatif = "0.18.3"
tokio = { version = "1.48.0", features = ["full"] }
tracing = "0.1.41"
tracing-subscriber = { version = "0.3.20", features = ["env-filter"] }