mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 18:41:03 +00:00
23 lines
884 B
TOML
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" }
|