feat: migrate to tracing

This commit is contained in:
2025-06-29 11:07:06 +03:00
parent 672e2fff59
commit f067da9835
6 changed files with 239 additions and 40 deletions

View File

@ -11,3 +11,5 @@ serde = { version = "1.0", features = ["derive"] }
tokio = { version = "1.45", features = ["full"] }
clap = { version = "4.5", features = ["derive"] }
reqwest = { version = "0.12", features = ["json", "stream", "blocking"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }