mirror of
https://github.com/logos-blockchain/logos-blockchain-testing.git
synced 2026-04-11 13:43:08 +00:00
16 lines
650 B
TOML
16 lines
650 B
TOML
[package]
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
name = "scheduler-examples"
|
|
version.workspace = true
|
|
|
|
[dependencies]
|
|
anyhow = "1.0"
|
|
scheduler-runtime-ext = { path = "../testing/integration" }
|
|
scheduler-runtime-workloads = { path = "../testing/workloads" }
|
|
testing-framework-core = { workspace = true }
|
|
testing-framework-runner-compose = { workspace = true }
|
|
tokio = { workspace = true, features = ["full"] }
|
|
tracing = { workspace = true }
|
|
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
|