refactor: use workspace deps for all internal crates, no relative paths
This commit is contained in:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user