Files
pezkuwi-subxt/polkadot/node/test/polkadot-simnet/test/Cargo.toml
T
Martin Pugh 5f00ecbff2 Bump version to v0.9.12 (#4089)
* bump version

* update Cargo.lock

Co-authored-by: Andronik Ordian <write@reusable.software>
2021-10-15 16:28:20 +02:00

23 lines
884 B
TOML

[package]
name = "polkadot-simnet-test"
version = "0.9.12"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"
[dependencies]
# substrate primitives
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" }
# frame pallets
system = { package = "frame-system", git = "https://github.com/paritytech/substrate", branch = "master" }
balances = { package = "pallet-balances", git = "https://github.com/paritytech/substrate", branch = "master" }
# substrate client libs
sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" }
# polkadot deps
polkadot-simnet = { path = "../common" }
polkadot-runtime = { path = "../../../../runtime/polkadot" }