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 /crates/shirabe/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 'crates/shirabe/Cargo.toml')
| -rw-r--r-- | crates/shirabe/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crates/shirabe/Cargo.toml b/crates/shirabe/Cargo.toml index 00ce5211..22112cbe 100644 --- a/crates/shirabe/Cargo.toml +++ b/crates/shirabe/Cargo.toml @@ -25,6 +25,8 @@ serde.workspace = true serde_json.workspace = true sha1.workspace = true tokio.workspace = true +tracing.workspace = true +tracing-subscriber.workspace = true url.workspace = true [dev-dependencies] |
