added error handling

This commit is contained in:
2024-12-10 03:59:34 -08:00
parent 6ce6b9289a
commit 4caa0c8328
7 changed files with 160 additions and 23 deletions

View File

@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
[dependencies]
axum = "0.7"
axum = { version = "0.7.9", features = ["macros", "json"] }
tokio = { version = "1", features = ["full"] }
tower = "0.5"
utoipa = { version = "5.2.0", features = ["axum_extras"] }
@@ -18,6 +18,7 @@ sqlx = { version = "0.8.2", features = [
"chrono",
"runtime-tokio-rustls",
"macros",
"uuid",
] }
uuid = "1.11.0"
chrono = "0.4.39"