mirror of
https://github.com/logos-blockchain/logos-blockchain-testing.git
synced 2026-04-11 05:33:13 +00:00
16 lines
463 B
TOML
16 lines
463 B
TOML
[package]
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
name = "metrics-counter-runtime-workloads"
|
|
version.workspace = true
|
|
|
|
[dependencies]
|
|
metrics-counter-runtime-ext = { path = "../integration" }
|
|
testing-framework-core = { workspace = true }
|
|
|
|
async-trait = { workspace = true }
|
|
serde = { workspace = true }
|
|
serde_json = { workspace = true }
|
|
tokio = { workspace = true, features = ["full"] }
|
|
tracing = { workspace = true }
|