mirror of
https://github.com/logos-blockchain/logos-blockchain-testing.git
synced 2026-01-02 21:33:07 +00:00
31 lines
1.1 KiB
TOML
31 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 = { git = "https://github.com/logos-co/nomos-node", rev = "d2dd5a5084e1daef4032562c77d41de5e4d495f8" }
|
|
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 }
|
|
|
|
[package.metadata.cargo-machete]
|
|
ignored = ["chain-service"]
|