32 lines
1.1 KiB
TOML
Raw Normal View History

[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 }
2025-12-10 05:48:44 +01:00
[package.metadata.cargo-machete]
ignored = ["chain-service"]