feat(presentation): routes and main — Plan 1 complete

This commit is contained in:
2026-05-14 04:06:17 +02:00
parent 38106ecdb6
commit c5d262c68f
4 changed files with 126 additions and 1 deletions

View File

@@ -14,6 +14,7 @@ api-types = { workspace = true }
postgres = { workspace = true }
auth = { workspace = true }
axum = { workspace = true }
sqlx = { workspace = true }
tower-http = { workspace = true }
tokio = { workspace = true, features = ["full"] }
serde = { workspace = true }