1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-02-23 02:43:16 +01:00

18 lines
543 B
TOML
Raw Normal View History

[package]
name = "custom-root-span"
version = "0.1.0"
edition = "2021"
publish = false
[dependencies]
2022-02-25 23:01:16 +00:00
actix-web = "4"
2024-09-26 17:46:17 +02:00
opentelemetry = "0.25"
opentelemetry-otlp = "0.25"
opentelemetry_sdk = { version = "0.25", features = ["rt-tokio-current-thread"] }
opentelemetry-semantic-conventions = "0.25"
tracing-opentelemetry = { version = "0.26" }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["registry", "env-filter"] }
tracing-bunyan-formatter = "0.3"
2024-09-26 17:46:17 +02:00
tracing-actix-web = { path = "../..", features = ["opentelemetry_0_25"] }