feat(api): public read API (PublicView projection, paginated list + get, OpenAPI)

This commit is contained in:
2026-06-02 13:48:17 +02:00
parent b948cae269
commit 3c4ada202f
6 changed files with 316 additions and 3 deletions
+3
View File
@@ -9,6 +9,8 @@ axum.workspace = true
serde.workspace = true
utoipa.workspace = true
db = { path = "../db" }
domain = { path = "../domain" }
uuid.workspace = true
[dev-dependencies]
tokio.workspace = true
@@ -16,3 +18,4 @@ tower.workspace = true
http-body-util.workspace = true
serde_json.workspace = true
sqlx.workspace = true
domain = { path = "../domain" }