mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-17 16:01:04 +00:00
5624bd8bf4
* Use SpawnNamed instead of Spawn in Overseer * reexport SpawnNamed and fix doc tests * Fix deps
14 lines
430 B
TOML
14 lines
430 B
TOML
[package]
|
|
name = "polkadot-subsystem-test-helpers"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
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"
|
|
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
|