patagia-control/controller/Cargo.toml
Daniel Lundin 1317c3b721
All checks were successful
ci/woodpecker/pr/ci Pipeline was successful
WIP: Initial dropshot server
2024-11-26 21:57:20 +01:00

24 lines
497 B
TOML

[package]
name = "patagia-controller"
version = "0.1.0"
edition = "2021"
license = "MPL-2.0"
[dependencies]
anyhow.workspace = true
clap.workspace = true
dropshot.workspace = true
http.workspace = true
schemars.workspace = true
serde.workspace = true
slog.workspace = true
slog-async.workspace = true
tokio.workspace = true
tracing-chrome.workspace = true
tracing-subscriber.workspace = true
tracing.workspace = true
tracing-slog.workspace = true
[[bin]]
name = "patagia-controller"
doc = false