From 8f21cf58d999cc6348fbb851e505192645b9e4e6 Mon Sep 17 00:00:00 2001 From: murilo ijanc Date: Tue, 18 Nov 2025 15:58:28 -0300 Subject: Add progress bar --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') 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"] } -- cgit v1.2.3