aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authormurilo ijanc2025-11-18 15:42:18 -0300
committermurilo ijanc2025-11-18 15:42:18 -0300
commit6116f744308210e8f722a63b08a5d714ec7b7c40 (patch)
tree637a7643bddd9c1e6a12f8c941a2b853a6e2f929 /Cargo.toml
parent159646d3ac75937fe0b83a2f97f52ce9418510eb (diff)
downloadcogops-6116f744308210e8f722a63b08a5d714ec7b7c40.tar.gz
Add users to groups
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9ad96f2..2221b81 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,7 +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"] }
-tokio = { version = "1.48.0", features = ["macros", "rt-multi-thread", "fs", "io-std"] }
+tokio = { version = "1.48.0", features = ["full"] }
tracing = "0.1.41"
tracing-subscriber = { version = "0.3.20", features = ["env-filter"] }