Project scaffolding

This commit is contained in:
Daniel Lundin 2024-11-23 19:57:17 +01:00
commit af28c60984
Signed by: dln
SSH key fingerprint: SHA256:dQy1Xj3UiqJYpKR5ggQ2bxgz4jCH8IF+k3AB8o0kmdI
14 changed files with 1596 additions and 66 deletions
controller

17
controller/Cargo.toml Normal file
View file

@ -0,0 +1,17 @@
[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