harmony/brocade/Cargo.toml
Ian Letourneau da5be17cb6
All checks were successful
Run Check Script / check (pull_request) Successful in 1m6s
implement switch brocade setup by configuring interfaces with operating mode access
2025-10-14 17:21:13 -04:00

19 lines
420 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_secret = { path = "../harmony_secret" }
serde.workspace = true