patagia-control/Cargo.toml
Daniel Lundin 74683cc497
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
Project scaffolding
2024-11-24 13:47:28 +01:00

22 lines
434 B
TOML

[package]
name = "patagia-controller"
version = "0.0.1"
edition = "2021"
[dependencies]
anyhow = "1.0.93"
clap = { version = "4.5.21", features = [
"derive",
"deprecated",
"wrap_help",
"string",
] }
tokio = { version = "1.41.1", features = ["full"] }
tracing = "0.1.40"
tracing-chrome = "0.7.2"
tracing-subscriber = { version = "0.3.18", default-features = false, features = [
"std",
"ansi",
"env-filter",
"fmt",
] }