feat: add tracing
This commit is contained in:
parent
f613efc882
commit
1f194ca7f1
6 changed files with 126 additions and 29 deletions
|
|
@ -10,3 +10,5 @@ serde = "1.0.219"
|
|||
serde_yml = "0.0.12"
|
||||
thiserror = "2.0.12"
|
||||
tokio = { version = "1.45.1", features = ["macros", "rt", "rt-multi-thread"] }
|
||||
tracing = "0.1.41"
|
||||
tracing-subscriber = "0.3.19"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue