refactor: use workspace deps for all internal crates, no relative paths

This commit is contained in:
2026-05-31 20:48:09 +02:00
parent 35d5baf7be
commit e11a1a828b
4 changed files with 5 additions and 4 deletions

View File

@@ -20,7 +20,7 @@ async-nats = { workspace = true }
presentation = { workspace = true }
adapters-postgres = { path = "../adapters/postgres" }
adapters-postgres = { workspace = true }
tokio = { workspace = true }
anyhow = { workspace = true }