patagia-control/controller/Cargo.toml
Daniel Lundin af28c60984
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
Project scaffolding
2024-11-24 23:42:42 +01:00

17 lines
320 B
TOML

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