chore(api): drop unused uuid dep + redundant domain dev-dep; test internal exclusion + note list/count race
This commit is contained in:
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user