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

24 lines
675 B
TOML

[package]
name = "sttest"
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" }
harmony_secret = { path = "../../harmony_secret" }
harmony_secret_derive = { path = "../../harmony_secret_derive" }
log = { workspace = true }
env_logger = { workspace = true }
url = { workspace = true }
serde = { workspace = true }
brocade = { path = "../../brocade" }
schemars = "0.8"