Files
Genarrative/server-rs/crates/shared-logging/Cargo.toml
2026-05-16 22:44:30 +08:00

15 lines
463 B
TOML

[package]
name = "shared-logging"
edition.workspace = true
version.workspace = true
license.workspace = true
[dependencies]
opentelemetry = { workspace = true }
opentelemetry-otlp = { workspace = true }
opentelemetry-appender-tracing = { workspace = true }
opentelemetry_sdk = { workspace = true }
tracing = { workspace = true }
tracing-opentelemetry = { workspace = true }
tracing-subscriber = { workspace = true, features = ["env-filter", "fmt", "registry"] }