2025-12-01 12:48:39 +01:00
|
|
|
[package]
|
|
|
|
|
categories.workspace = true
|
|
|
|
|
description.workspace = true
|
|
|
|
|
edition.workspace = true
|
|
|
|
|
keywords.workspace = true
|
|
|
|
|
license.workspace = true
|
|
|
|
|
name = "testing-framework-runner-local"
|
|
|
|
|
readme.workspace = true
|
|
|
|
|
repository.workspace = true
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
|
|
|
|
|
[lints]
|
|
|
|
|
workspace = true
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
2026-01-14 12:44:31 +01:00
|
|
|
async-trait = "0.1"
|
2026-01-15 04:34:06 +01:00
|
|
|
nomos-libp2p = { workspace = true }
|
2026-01-14 12:44:31 +01:00
|
|
|
nomos-utils = { workspace = true }
|
|
|
|
|
rand = { workspace = true }
|
|
|
|
|
testing-framework-config = { workspace = true }
|
|
|
|
|
testing-framework-core = { path = "../../core" }
|
|
|
|
|
thiserror = { workspace = true }
|
|
|
|
|
tracing = { workspace = true }
|