got nested routing working

This commit is contained in:
2024-12-10 03:04:55 -08:00
parent 5e04815911
commit 6ce6b9289a
10 changed files with 328 additions and 19 deletions

View File

@@ -13,4 +13,12 @@ utoipa-axum = "0.1.2"
serde = "1"
serde_json = "1"
anyhow = "1.0.92"
sqlx = "0.8.2"
sqlx = { version = "0.8.2", features = [
"postgres",
"chrono",
"runtime-tokio-rustls",
"macros",
] }
uuid = "1.11.0"
chrono = "0.4.39"
dotenv = "0.15.0"