patagia-control/common/Cargo.toml

30 lines
803 B
TOML
Raw Normal View History

2024-12-16 18:46:14 +01:00
[package]
name = "patagia-common"
description = "Common control plane modules"
version = "0.1.0"
edition = "2021"
license = "MPL-2.0"
[dependencies]
anyhow.workspace = true
dropshot.workspace = true
http.workspace = true
once_cell.workspace = true
opentelemetry-appender-tracing.workspace = true
opentelemetry-otlp.workspace = true
opentelemetry_sdk.workspace = true
opentelemetry-semantic-conventions.workspace = true
opentelemetry-stdout.workspace = true
opentelemetry.workspace = true
schemars.workspace = true
serde.workspace = true
slog-async.workspace = true
slog.workspace = true
tokio.workspace = true
tracing-chrome.workspace = true
tracing-core.workspace = true
tracing-opentelemetry.workspace = true
tracing-slog.workspace = true
tracing-subscriber.workspace = true
tracing.workspace = true