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

@@ -8,7 +8,10 @@ crunch-envelope = { path = "crates/crunch-envelope" }
anyhow = { version = "1.0.71" }
tokio = { version = "1", features = ["full"] }
tokio-stream = {version = "0.1.14"}
tracing = { version = "0.1", features = ["log"] }
tracing-subscriber = "0.3.17"
thiserror = {version = "1.0.48"}
async-trait = "0.1.73"
uuid = { version = "1.4.1", features = ["v4"]}
futures = "0.3.28"