aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authormurilo ijanc2025-11-18 14:35:14 -0300
committermurilo ijanc2025-11-18 14:35:14 -0300
commit159646d3ac75937fe0b83a2f97f52ce9418510eb (patch)
tree5b9513aafc7fabaae6b2e41996a4c21718e40566 /Cargo.toml
parentb2da9bdbf5fcde9a6f1426a54c2269135267a0f8 (diff)
downloadcogops-159646d3ac75937fe0b83a2f97f52ce9418510eb.tar.gz
Sync users from cognito to localfile
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 48eacb8..9ad96f2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,8 +13,8 @@ description = ""
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"] }
-tokio = { version = "1.48.0", features = ["macros", "rt-multi-thread"] }
+clap = { version = "4.5.52", features = ["derive", "env"] }
+tokio = { version = "1.48.0", features = ["macros", "rt-multi-thread", "fs", "io-std"] }
tracing = "0.1.41"
tracing-subscriber = { version = "0.3.20", features = ["env-filter"] }