Files
harmony/examples/opnsense/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

23 lines
620 B
TOML

[package]
name = "example-opnsense"
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" }
cidr = { workspace = true }
tokio = { workspace = true }
harmony_macros = { path = "../../harmony_macros" }
log = { workspace = true }
env_logger = { workspace = true }
url = { workspace = true }
harmony_config = { path = "../../harmony_config" }
brocade = { path = "../../brocade" }
serde = { workspace = true }
schemars = "0.8"