feat(event-publisher): add event publisher adapter with configuration and integration

This commit is contained in:
2026-05-04 12:30:42 +02:00
parent 563f33212e
commit 17f90726e8
6 changed files with 108 additions and 13 deletions

View File

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