This commit is contained in:
HugoCasa
2026-02-09 16:31:35 +01:00
parent 28274ff0e6
commit 9ca4f4a225
2 changed files with 2 additions and 0 deletions

1
backend/Cargo.lock generated
View File

@@ -16882,6 +16882,7 @@ dependencies = [
"aws-credential-types",
"aws-sdk-sqs",
"aws-sdk-sts",
"aws-smithy-types",
"axum 0.7.9",
"backon",
"chrono",

View File

@@ -35,3 +35,4 @@ anyhow.workspace = true
chrono.workspace = true
backon.workspace = true
thiserror.workspace = true
aws-smithy-types.workspace = true