This commit is contained in:
2025-04-20 09:21:32 +02:00
parent 4b2e8ca6b9
commit c956db8adf
36 changed files with 4391 additions and 229 deletions

View File

@@ -13,9 +13,14 @@ serde_json = "1.0"
actix-web = "4"
actix-rt = "2"
actix-cors = "0.6"
openapi = "0.6"
utoipa = { version = "3.3", features = ["actix_extras"] }
utoipa-swagger-ui = { version = "3.1", features = ["actix-web"] }
tokio = { version = "1", features = ["full"] }
log = "0.4"
env_logger = "0.10"
thiserror = "1.0"
sha2 = "0.10"
hex = "0.4"
base64 = "0.13"
dirs = "4.0"
async-trait = "0.1"