patagia-control/agent/Cargo.toml

19 lines
350 B
TOML
Raw Normal View History

2024-11-23 19:57:17 +01:00
[package]
name = "patagia-agent"
version = "0.1.0"
edition = "2021"
license = "MPL-2.0"
[dependencies]
anyhow.workspace = true
clap.workspace = true
2024-12-14 22:47:40 +01:00
patagia-client = { path = "../client" }
2024-11-23 19:57:17 +01:00
tokio.workspace = true
tracing.workspace = true
tracing-chrome.workspace = true
tracing-subscriber.workspace = true
[[bin]]
name = "patagia-agent"
doc = false