feat: add tracing

This commit is contained in:
Alexander Navarro 2025-06-26 12:42:01 -04:00
parent f613efc882
commit 1f194ca7f1
6 changed files with 126 additions and 29 deletions

View file

@ -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"