Some checks failed
Run Check Script / check (pull_request) Failing after 2s
- Migrate callers from SecretManager to harmony_config::get_or_prompt - Lazy-init global ConfigClient from HARMONY_SECRET_NAMESPACE - Convert remaining Secret derives to Config + #[config(secret)] - Remove deprecated SecretManager - Retry::spawn → start; drop unused import; cfg-gate nm_bond_mode - allow(deprecated) on legacy ApplicationScore examples
19 lines
479 B
TOML
19 lines
479 B
TOML
[package]
|
|
name = "okd_add_node"
|
|
edition = "2024"
|
|
version.workspace = true
|
|
readme.workspace = true
|
|
license.workspace = true
|
|
publish = false
|
|
|
|
[dependencies]
|
|
harmony = { path = "../../harmony" }
|
|
harmony_cli = { path = "../../harmony_cli" }
|
|
harmony_macros = { path = "../../harmony_macros" }
|
|
harmony_types = { path = "../../harmony_types" }
|
|
harmony_config = { path = "../../harmony_config" }
|
|
tokio.workspace = true
|
|
cidr.workspace = true
|
|
serde = { workspace = true }
|
|
schemars = "0.8"
|