patagia-control/agent/Cargo.toml
Daniel Lundin 9b7e1fb226
All checks were successful
ci/woodpecker/pr/ci Pipeline was successful
feat: Add user resource w/database as storage
2025-01-14 14:24:35 +01:00

21 lines
469 B
TOML

[package]
name = "patagia-agent"
edition = "2021"
license = "MPL-2.0"
version.workspace = true
[dependencies]
anyhow.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"]