Files
harmony/examples/okd_cluster_alerts/Cargo.toml
Jean-Gabriel Gill-Couture e8968d2cd2
Some checks failed
Run Check Script / check (pull_request) Failing after 26s
feat: example OpenshiftClusterAlertScore
2025-10-29 17:26:47 -04:00

23 lines
672 B
TOML

[package]
name = "example-okd-cluster-alerts"
edition = "2024"
version.workspace = true
readme.workspace = true
license.workspace = true
publish = false
[dependencies]
harmony = { path = "../../harmony" }
harmony_cli = { path = "../../harmony_cli" }
harmony_types = { path = "../../harmony_types" }
harmony_secret = { path = "../../harmony_secret" }
harmony_secret_derive = { path = "../../harmony_secret_derive" }
cidr = { workspace = true }
tokio = { workspace = true }
harmony_macros = { path = "../../harmony_macros" }
log = { workspace = true }
env_logger = { workspace = true }
url = { workspace = true }
serde.workspace = true
brocade = { path = "../../brocade" }