[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