andrussal f451fd504d refactor(testing-framework): rename runners to deployers
- Update paths and orchestration for deployers (compose/k8s/local/docker)

- Consolidate scripts helpers and refresh book/README docs
2025-12-16 21:20:27 +01:00

32 lines
1.1 KiB
TOML

[package]
categories.workspace = true
description.workspace = true
edition.workspace = true
keywords.workspace = true
license.workspace = true
name = "testing-framework-workflows"
readme.workspace = true
repository.workspace = true
version = "0.1.0"
[lints]
workspace = true
[dependencies]
async-trait = "0.1"
chain-service = { workspace = true }
executor-http-client = { workspace = true }
futures = "0.3"
key-management-system-service = { workspace = true }
nomos-core = { workspace = true }
rand = { workspace = true }
reqwest = { workspace = true }
testing-framework-config = { workspace = true }
testing-framework-core = { workspace = true }
thiserror = { workspace = true }
tokio = { workspace = true, features = ["macros", "net", "rt-multi-thread", "time"] }
tracing = { workspace = true }
[package.metadata.cargo-machete]
ignored = ["chain-service"]