mirror of
https://github.com/logos-blockchain/logos-blockchain-testing.git
synced 2026-04-11 21:53:45 +00:00
15 lines
506 B
TOML
15 lines
506 B
TOML
[package]
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
name = "queue-runtime-workloads"
|
|
version.workspace = true
|
|
|
|
[dependencies]
|
|
async-trait = { workspace = true }
|
|
queue-node = { path = "../../queue-node" }
|
|
queue-runtime-ext = { path = "../integration" }
|
|
serde = { workspace = true }
|
|
testing-framework-core = { workspace = true }
|
|
tokio = { workspace = true, features = ["full"] }
|
|
tracing = { workspace = true }
|