patagia-control/Cargo.toml

32 lines
544 B
TOML
Raw Normal View History

2024-11-23 19:57:17 +01:00
[workspace]
resolver = "2"
members = [
"agent",
"controller",
]
[workspace.package]
version = "0.2.0"
edition = "2021"
[workspace.metadata.crane]
name = "patagia-run"
[workspace.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",
] }