patagia-control/agent/Cargo.toml
Daniel Lundin 435552a655
Some checks are pending
ci/woodpecker/pr/ci Pipeline is pending
WIP: Registration
2025-02-01 01:13:13 +01:00

22 lines
493 B
TOML

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