This commit is contained in:
2025-07-16 08:24:58 +02:00
parent a2cb58867c
commit aeda56863b
22 changed files with 370 additions and 309 deletions

View File

@@ -17,8 +17,6 @@ axum = { version = "0.8.4", features = ["multipart", "query"] }
axum_typed_multipart = "0.16.3"
derive_more = { version = "2.0.1", features = ["display"] }
dotenv = "0.15.0"
env_logger = "0.11.8"
log = "0.4.27"
mime_guess = "2.0.5"
regex = "1.11.1"
serde = { version = "1.0.219", features = ["derive"] }
@@ -26,5 +24,8 @@ serde_json = "1.0.140"
sqlx = { version = "0.8.6", features = ["postgres", "runtime-tokio", "uuid"] }
thiserror = "2.0.12"
tokio = { version = "1.46.1", features = ["full"] }
tower-http = { version = "0.6.6", features = ["cors", "fs"] }
tower = "0.5.2"
tower-http = { version = "0.6.6", features = ["cors", "fs", "trace"] }
tracing = "0.1.41"
tracing-subscriber = "0.3.19"
uuid = { version = "1.17.0", features = ["serde"] }