Files
harmony/brocade/Cargo.toml
Sylvain Tremblay 9c6b780634
All checks were successful
Run Check Script / check (pull_request) Successful in 1m20s
feat: use interactive_parse lib to query for secrets attributes values
2026-01-23 08:55:07 -05: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_secret = { path = "../harmony_secret" }
serde.workspace = true
schemars = "0.8"