[package] name = "polkadot-test-runtime-client" version = "2.0.0" authors = ["Parity Technologies "] edition = "2018" license = "GPL-3.0" [dependencies] sc-block-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } substrate-test-client = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } polkadot-test-runtime = { path = ".." } substrate-test-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } codec = { package = "parity-scale-codec", version = "1.0.0" } sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } sc-client = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" } futures = "0.3.1"