2026-04-11 06:51:24 +02:00

15 lines
396 B
TOML

[package]
edition.workspace = true
license.workspace = true
name = "nats-runtime-workloads"
version.workspace = true
[dependencies]
nats-runtime-ext = { path = "../integration" }
testing-framework-core = { workspace = true }
async-trait = { workspace = true }
futures-util = "0.3"
tokio = { workspace = true, features = ["full"] }
tracing = { workspace = true }