All checks were successful
Run Check Script / check (pull_request) Successful in 1m23s
22 lines
613 B
TOML
22 lines
613 B
TOML
[package]
|
|
name = "example-monitoring-v2"
|
|
edition = "2024"
|
|
version.workspace = true
|
|
readme.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
harmony = { path = "../../harmony" }
|
|
harmony_cli = { path = "../../harmony_cli" }
|
|
harmony-k8s = { path = "../../harmony-k8s" }
|
|
harmony_types = { path = "../../harmony_types" }
|
|
kube = { workspace = true }
|
|
schemars = "0.8"
|
|
serde = { workspace = true, features = ["derive"] }
|
|
serde_json = { workspace = true }
|
|
serde_yaml = { workspace = true }
|
|
url = { workspace = true }
|
|
log = { workspace = true }
|
|
async-trait = { workspace = true }
|
|
k8s-openapi = { workspace = true }
|