patagia-control/controller/Cargo.toml
Daniel Lundin f33fe84909
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
chore(cargo): remove unused dependencies
2024-12-16 20:15:10 +01:00

19 lines
440 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
patagia-common = { path = "../common" }
schemars.workspace = true
serde.workspace = true
slog-async.workspace = true
slog.workspace = true
tokio.workspace = true
tracing-slog.workspace = true
tracing.workspace = true