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

@@ -3,7 +3,6 @@ members = ["crates/*"]
resolver = "2"
[workspace.dependencies]
hyperlog = { path = "crates/hyperlog" }
anyhow = { version = "1" }
tokio = { version = "1", features = ["full"] }