All checks were successful
Run Check Script / check (pull_request) Successful in 2m10s
15 lines
353 B
TOML
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 }
|