mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 12:17:58 +00:00
5b61b7361c
* Switch back to the crates.io release of trybuild My fix was merged on upstream and this release contains it. So, no more reason to keep the git dependency. * The lock file...
22 lines
685 B
TOML
22 lines
685 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 = { version = "1.0.38", features = [ "diff" ] }
|