patagia-control/agent/Cargo.toml

24 lines
510 B
TOML

[package]
name = "patagia-agent"
version = "0.1.0"
edition = "2021"
license = "MPL-2.0"
[dependencies]
anyhow.workspace = true
clap.workspace = true
instrumentation = { path = "../instrumentation" }
progenitor.workspace = true
reqwest.workspace = true
schemars.workspace = true
serde.workspace = true
serde_derive = "1.0.217"
tokio.workspace = true
tracing.workspace = true
varlink = "11.0.1"
[build-dependencies]
varlink_generator = "10.1.0"
[package.metadata.cargo-machete]
ignored = ["reqwest", "serde"]