patagia-control/agent/Cargo.toml
Daniel Lundin 911c531d5c
Some checks failed
ci/woodpecker/pr/ci Pipeline failed
WIP: Add progenitor client
2024-12-15 10:23:00 +01:00

18 lines
350 B
TOML

[package]
name = "patagia-agent"
version = "0.1.0"
edition = "2021"
license = "MPL-2.0"
[dependencies]
anyhow.workspace = true
clap.workspace = true
patagia-client = { path = "../client" }
tokio.workspace = true
tracing.workspace = true
tracing-chrome.workspace = true
tracing-subscriber.workspace = true
[[bin]]
name = "patagia-agent"
doc = false