patagia-control/agent/Cargo.toml

20 lines
422 B
TOML
Raw Normal View History

2024-11-23 19:57:17 +01:00
[package]
name = "patagia-agent"
edition = "2021"
license = "MPL-2.0"
version.workspace = true
2024-11-23 19:57:17 +01:00
[dependencies]
anyhow.workspace = true
clap.workspace = true
instrumentation = { path = "../instrumentation" }
2024-12-14 22:47:40 +01:00
progenitor.workspace = true
reqwest.workspace = true
schemars.workspace = true
serde.workspace = true
2024-11-23 19:57:17 +01:00
tokio.workspace = true
2024-12-14 22:47:40 +01:00
tracing.workspace = true
2024-11-23 19:57:17 +01:00
2024-12-16 20:13:01 +01:00
[package.metadata.cargo-machete]
ignored = ["reqwest", "serde"]