refactor: rename event-publisher → event-transport

This commit is contained in:
2026-05-14 12:30:58 +02:00
parent 7963278189
commit f9ca5836fb
7 changed files with 7 additions and 7 deletions

View File

@@ -16,7 +16,7 @@ postgres-federation = { workspace = true }
activitypub = { workspace = true }
activitypub-base = { workspace = true }
nats = { workspace = true }
event-publisher = { workspace = true }
event-transport = { workspace = true }
auth = { workspace = true }
sqlx = { workspace = true }
async-nats = { workspace = true }