patagia-control/Cargo.toml

23 lines
434 B
TOML
Raw Normal View History

2024-11-23 19:57:17 +01:00
[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",
] }