Files
pezkuwi-subxt/substrate/test-utils/Cargo.toml
T
2020-12-02 16:53:44 +01:00

22 lines
755 B
TOML

[package]
name = "substrate-test-utils"
version = "2.0.0"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"
license = "Apache-2.0"
homepage = "https://substrate.dev"
repository = "https://github.com/paritytech/substrate/"
description = "Substrate test utilities"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
futures = { version = "0.3.1", features = ["compat"] }
substrate-test-utils-derive = { version = "0.8.0", path = "./derive" }
tokio = { version = "0.2.13", features = ["macros"] }
[dev-dependencies]
sc-service = { version = "0.8.0", path = "../client/service" }
trybuild = { git = "https://github.com/bkchr/trybuild.git", branch = "bkchr-use-workspace-cargo-lock", features = [ "diff" ] }