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

2
Cargo.lock generated
View File

@@ -538,6 +538,7 @@ dependencies = [
"anyhow",
"async-trait",
"clap 4.4.4",
"crunch-file",
"thiserror",
"tokio",
"tracing",
@@ -572,6 +573,7 @@ dependencies = [
"serde",
"tokio",
"toml_edit",
"tracing",
]
[[package]]