feat: log emitted logging events with tracing

This commit is contained in:
link2xt
2025-06-15 23:05:20 +00:00
committed by l
parent 374a5ef687
commit 5ab107866a
4 changed files with 19 additions and 0 deletions

View File

@@ -108,6 +108,7 @@ tokio-tar = { version = "0.3" } # TODO: integrate tokio into async-tar
tokio-util = { workspace = true }
tokio = { workspace = true, features = ["fs", "rt-multi-thread", "macros"] }
toml = "0.8"
tracing = "0.1.41"
url = "2"
uuid = { version = "1", features = ["serde", "v4"] }
webpki-roots = "0.26.8"