feat: add event layer

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-04-29 21:48:01 +02:00
parent 7de4872816
commit cce97f62f8
7 changed files with 229 additions and 2 deletions

View File

@@ -17,6 +17,7 @@ sqlx = { version = "0.7.3", features = ["runtime-tokio", "tls-rustls", "postgres
uuid = { version = "1.7.0", features = ["v4"] }
tower-http = { version = "0.5.2", features = ["cors", "trace"] }
serde_json = "1.0.116"
bus = "2.4.1"
[dev-dependencies]
similar-asserts = "1.5.0"