From d4608662f28b9a5135986b1702afe3199957eabe Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 25 Jul 2026 14:06:44 +0900 Subject: feat(tracing): init tracing subscriber from $SHIRABE_TRACING Co-Authored-By: Claude Opus 5 --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index e9b9fd2d..d9016c63 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,6 +36,8 @@ sha1 = "0.11.0" sha2 = "0.11.0" tempfile = "3.27.0" tokio = { version = "1.52.3", features = ["full"] } +tracing = "0.1.44" +tracing-subscriber = { version = "0.3.23", features = ["env-filter", "fmt"] } twox-hash = "2.1.2" url = "2.5.8" zip = "8.6.0" -- cgit v1.3.1