feat(bootstrap): wire EventPublisherAdapter<NatsTransport> — transport-agnostic event publishing

This commit is contained in:
2026-05-14 12:24:15 +02:00
parent cfc8c19175
commit ff82764eb0
2 changed files with 4 additions and 1 deletions

View File

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