chore(api): drop unused uuid dep + redundant domain dev-dep; test internal exclusion + note list/count race

This commit is contained in:
2026-06-02 13:55:01 +02:00
parent 3c4ada202f
commit 720c7ddbbf
3 changed files with 26 additions and 14 deletions
-2
View File
@@ -10,7 +10,6 @@ serde.workspace = true
utoipa.workspace = true
db = { path = "../db" }
domain = { path = "../domain" }
uuid.workspace = true
[dev-dependencies]
tokio.workspace = true
@@ -18,4 +17,3 @@ tower.workspace = true
http-body-util.workspace = true
serde_json.workspace = true
sqlx.workspace = true
domain = { path = "../domain" }