patagia-control/agent/Cargo.toml
Daniel Lundin 3ccfb881b5
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
feat(telemetry): add resource detection and better default
2025-01-08 21:53:32 +01:00

19 lines
422 B
TOML

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