patagia-control/instrumentation/Cargo.toml

17 lines
408 B
TOML
Raw Normal View History

2024-12-16 18:46:14 +01:00
[package]
name = "instrumentation"
2024-12-16 18:46:14 +01:00
version = "0.1.0"
edition = "2021"
license = "MPL-2.0"
[dependencies]
anyhow.workspace = true
http.workspace = true
2024-12-16 18:46:14 +01:00
once_cell.workspace = true
opentelemetry-otlp.workspace = true
opentelemetry_sdk.workspace = true
opentelemetry-semantic-conventions.workspace = true
opentelemetry.workspace = true
tracing-opentelemetry.workspace = true
tracing-subscriber.workspace = true