feat: with listener

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-09-22 21:31:32 +02:00
parent 41f36c09be
commit 5bb9286b10
7 changed files with 348 additions and 111 deletions

View File

@@ -4,11 +4,16 @@ version = "0.1.0"
edition = "2021"
[dependencies]
crunch-envelope.workspace = true
anyhow.workspace = true
tracing.workspace = true
tokio.workspace = true
tokio-stream.workspace = true
thiserror.workspace = true
async-trait.workspace = true
uuid.workspace = true
futures.workspace = true
[dev-dependencies]
tracing-subscriber.workspace = true