patagia-control/controller/Cargo.toml
Daniel Lundin 07e8962862
Some checks failed
ci/woodpecker/pr/ci Pipeline failed
WIP: onboard API
2024-12-26 23:32:10 +01:00

26 lines
625 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
instrumentation = { path = "../instrumentation" }
schemars.workspace = true
serde.workspace = true
slog-async.workspace = true
slog.workspace = true
thiserror.workspace = true
tokio.workspace = true
trace-request = { path = "../trace-request" }
tracing-slog.workspace = true
tracing.workspace = true
validator.workspace = true
[package.metadata.cargo-machete]
ignored = ["http"]