feat: add logging via tracing crate

This commit is contained in:
Ryan Walters
2025-08-21 20:14:46 -05:00
parent f34a67b949
commit 18ee2c8342
6 changed files with 286 additions and 38 deletions

View File

@@ -24,3 +24,5 @@ serde = { version = "1", features = ["derive"] }
ffprobe = "0.4.0"
ts-rs = { version = "11.0", features = ["format"] }
infer = "0.19.0"
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }