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

@@ -13,6 +13,7 @@ tokio.workspace = true
async-trait.workspace = true
toml_edit.workspace = true
serde.workspace = true
tracing.workspace = true
[dev-dependencies]
pretty_assertions.workspace = true