feat: introduce logging

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-09-24 13:51:35 +02:00
parent 38f36f1aa5
commit 09dfa6c2e3
7 changed files with 82 additions and 38 deletions

View File

@@ -8,6 +8,7 @@ crunch-traits = { path = "crates/crunch-traits" }
crunch-envelope = { path = "crates/crunch-envelope" }
crunch-in-memory = { path = "crates/crunch-in-memory" }
crunch-nats = { path = "crates/crunch-nats" }
crunch-file = {path = "crates/crunch-file"}
anyhow = { version = "1.0.71" }
tokio = { version = "1", features = ["full"] }