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
20 lines
437 B
TOML
20 lines
437 B
TOML
[package]
|
|
name = "brocade"
|
|
edition = "2024"
|
|
version.workspace = true
|
|
readme.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
async-trait.workspace = true
|
|
harmony_types = { path = "../harmony_types" }
|
|
russh.workspace = true
|
|
russh-keys.workspace = true
|
|
tokio.workspace = true
|
|
log.workspace = true
|
|
env_logger.workspace = true
|
|
regex = "1.11.3"
|
|
harmony_config = { path = "../harmony_config" }
|
|
serde.workspace = true
|
|
schemars = "0.8"
|