Files
harmony/examples/okd_ceph_alerts/Cargo.toml
Sylvain Tremblay 8acd9de275
All checks were successful
Run Check Script / check (pull_request) Successful in 2m10s
feat: score to create ceph alerts in the okd default alerting stack
2026-04-20 13:52:36 -04:00

15 lines
353 B
TOML

[package]
name = "example-okd-ceph-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" }
tokio = { workspace = true }
log = { workspace = true }