Files
pezkuwi-subxt/polkadot/node/test/polkadot-simnet/test/Cargo.toml
T
2021-11-15 14:05:12 +01:00

23 lines
884 B
TOML

[package]
name = "polkadot-simnet-test"
version = "0.9.13"
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" }