adapter-event-publisher: broadcast channel event bus

This commit is contained in:
2026-07-12 02:54:43 +02:00
parent b93b14efe4
commit afed5c01b4
3 changed files with 56 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
[package]
name = "adapter-event-publisher"
version = "0.1.0"
edition = "2024"
[dependencies]
domain = { workspace = true }
async-trait = { workspace = true }
tokio = { workspace = true }
tracing = { workspace = true }