Files
harmony/examples/brocade_switch_configuration/Cargo.toml
Sylvain Tremblay 8c8baaf9cc
Some checks failed
Run Check Script / check (pull_request) Failing after 24s
feat: create new brocade configuration score
2026-03-25 11:45:57 -04:00

19 lines
498 B
TOML

[package]
name = "brocade-switch-configuration"
edition = "2024"
version.workspace = true
readme.workspace = true
license.workspace = true
[dependencies]
harmony = { path = "../../harmony" }
harmony_cli = { path = "../../harmony_cli" }
harmony_macros = { path = "../../harmony_macros" }
harmony_types = { path = "../../harmony_types" }
tokio.workspace = true
async-trait.workspace = true
serde.workspace = true
log.workspace = true
env_logger.workspace = true
brocade = { path = "../../brocade" }