[package] name = "polkadot-subsystem-test-helpers" version = "0.1.0" authors = ["Parity Technologies "] edition = "2018" description = "Helpers for testing subsystems" [dependencies] futures = "0.3.5" async-trait = "0.1" polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsystem" } parking_lot = "0.10.0"