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

@@ -28,6 +28,7 @@ poster-storage = { workspace = true }
sqlite = { workspace = true }
sqlx = { workspace = true }
template-askama = { workspace = true }
event-publisher = { workspace = true }
rss = { workspace = true }
[dev-dependencies]