diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-07-25 14:06:44 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-07-25 15:34:24 +0900 |
| commit | d4608662f28b9a5135986b1702afe3199957eabe (patch) | |
| tree | c75a42f12fb04c722dec87c135869f9737b5d272 /Cargo.toml | |
| parent | 42b5f9e321c918cef542c120ad21ba8a7339eb29 (diff) | |
| download | php-shirabe-d4608662f28b9a5135986b1702afe3199957eabe.tar.gz php-shirabe-d4608662f28b9a5135986b1702afe3199957eabe.tar.zst php-shirabe-d4608662f28b9a5135986b1702afe3199957eabe.zip | |
feat(tracing): init tracing subscriber from $SHIRABE_TRACING
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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" |
