mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-07 01:28:07 +00:00
15 lines
347 B
TOML
15 lines
347 B
TOML
[package]
|
|
name = "cumulus-test-client"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
substrate-test-client = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "bkchr-cumulus-branch" }
|
|
|
|
[features]
|
|
default = ["std"]
|
|
std = [
|
|
"substrate-test-client/std",
|
|
]
|