17 lines
349 B
TOML
17 lines
349 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"
|