patagia-control/controller/Cargo.toml

30 lines
787 B
TOML
Raw Normal View History

2024-11-23 19:57:17 +01:00
[package]
name = "patagia-controller"
version = "0.1.0"
edition = "2021"
license = "MPL-2.0"
[dependencies]
anyhow.workspace = true
clap.workspace = true
2024-11-25 20:37:41 +01:00
dropshot.workspace = true
http.workspace = true
schemars.workspace = true
serde.workspace = true
slog.workspace = true
slog-async.workspace = true
2024-11-23 19:57:17 +01:00
tokio.workspace = true
tracing-chrome.workspace = true
tracing-subscriber.workspace = true
2024-11-25 20:37:41 +01:00
tracing.workspace = true
tracing-slog.workspace = true
2024-11-26 12:42:45 +01:00
tracing-opentelemetry = "0.28.0"
opentelemetry_sdk = { version = "0.27.0", features = ["rt-tokio"] }
opentelemetry-otlp = { version = "0.27.0", features = ["http-proto", "hyper-client", "opentelemetry-http", "trace"] }
opentelemetry = "0.27.0"
opentelemetry-semantic-conventions = "0.27.0"
2024-11-23 19:57:17 +01:00
[[bin]]
name = "patagia-controller"
doc = false