[package] name = "holochain_wind_tunnel_runner" version = "0.2.0-alpha.2" description = "Customises the wind_tunnel_runner for Holochain testing" license = "MIT" authors = ["ThetaSinner"] edition = "2021" categories = ["development-tools::testing", "development-tools::profiling"] homepage = "https://github.com/holochain/wind-tunnel" repository = "https://github.com/holochain/wind-tunnel" [dependencies] wind_tunnel_runner = { workspace = true } holochain_client_instrumented = { workspace = true } log = { workspace = true } anyhow = { workspace = true } url = { workspace = true } serde = { workspace = true } holochain_types = { workspace = true } holochain_conductor_api = { workspace = true } [lints] workspace = true