feat(event-payload): serializable NATS event payload types

This commit is contained in:
2026-05-14 09:48:58 +02:00
parent 02de6b6f83
commit 57232705fe
3 changed files with 124 additions and 0 deletions

View File

@@ -33,6 +33,8 @@ axum = { version = "0.8", features = ["macros"] }
tower-http = { version = "0.6", features = ["cors", "trace"] }
futures = "0.3"
dotenvy = "0.15"
async-nats = "0.38"
async-stream = "0.3"
domain = { path = "crates/domain" }
application = { path = "crates/application" }