patagia-control/agent/Cargo.toml
Daniel Lundin b07d037a7d
All checks were successful
ci/woodpecker/pr/ci Pipeline was successful
WIP: Add progenitor client
2024-12-15 15:29:49 +01:00

21 lines
412 B
TOML

[package]
name = "patagia-agent"
version = "0.1.0"
edition = "2021"
license = "MPL-2.0"
[dependencies]
anyhow.workspace = true
clap.workspace = true
progenitor.workspace = true
reqwest.workspace = true
schemars.workspace = true
serde.workspace = true
tokio.workspace = true
tracing-chrome.workspace = true
tracing-subscriber.workspace = true
tracing.workspace = true
[[bin]]
name = "patagia-agent"
doc = false