mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-25 22:17:58 +00:00
22 lines
755 B
TOML
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" ] }
|