mirror of
https://github.com/logos-blockchain/logos-blockchain-testing.git
synced 2026-01-02 21:33:07 +00:00
27 lines
947 B
TOML
27 lines
947 B
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"
|
||
|
|
ed25519-dalek = { version = "2.2.0", features = ["rand_core", "serde"] }
|
||
|
|
executor-http-client = { workspace = true }
|
||
|
|
nomos-core = { workspace = true }
|
||
|
|
rand = { 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 }
|
||
|
|
zksign = { workspace = true }
|