mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 18:07:58 +00:00
187663e1f1
* Prepare code for rust 1.57 * CI: revert me; staging image with stable 1.57 * Revert "CI: revert me; staging image with stable 1.57 [skip CI]" This reverts commit f3c3b8a9e877ef7126ffce6ebc4822bb4ace0379. Co-authored-by: CI system <>
22 lines
668 B
TOML
22 lines
668 B
TOML
[package]
|
|
name = "substrate-test-utils"
|
|
version = "4.0.0-dev"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2021"
|
|
license = "Apache-2.0"
|
|
homepage = "https://substrate.io"
|
|
repository = "https://github.com/paritytech/substrate/"
|
|
description = "Substrate test utilities"
|
|
|
|
[package.metadata.docs.rs]
|
|
targets = ["x86_64-unknown-linux-gnu"]
|
|
|
|
[dependencies]
|
|
futures = "0.3.16"
|
|
substrate-test-utils-derive = { version = "0.10.0-dev", path = "./derive" }
|
|
tokio = { version = "1.10", features = ["macros", "time"] }
|
|
|
|
[dev-dependencies]
|
|
sc-service = { version = "0.10.0-dev", path = "../client/service" }
|
|
trybuild = { version = "1.0.53", features = [ "diff" ] }
|