patagia-control/controller/Cargo.toml
Daniel Lundin a4b5f734cb
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
refactor(cargo): move deps to workspace
2024-11-30 00:16:59 +01:00

34 lines
875 B
TOML

[package]
name = "patagia-controller"
description = "Patagia controller server"
version = "0.1.0"
edition = "2021"
license = "MPL-2.0"
[dependencies]
anyhow.workspace = true
clap.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
[[bin]]
name = "patagia-controller"
doc = false