Files
harmony/brocade/Cargo.toml
Jean-Gabriel Gill-Couture 3b2da4d6ff
Some checks failed
Run Check Script / check (pull_request) Failing after 2s
chore: clear compile warnings; retire SecretManager
- 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
2026-08-07 19:12:10 -04:00

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"