mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 19:17:58 +00:00
23 lines
987 B
TOML
23 lines
987 B
TOML
[package]
|
|
name = "polkadot-api"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
|
|
[dependencies]
|
|
error-chain = "0.12"
|
|
polkadot-executor = { path = "../executor" }
|
|
polkadot-runtime = { path = "../runtime" }
|
|
polkadot-primitives = { path = "../primitives" }
|
|
substrate-codec = { git = "https://github.com/paritytech/substrate" }
|
|
substrate-runtime-io = { git = "https://github.com/paritytech/substrate" }
|
|
substrate-runtime-executive = { git = "https://github.com/paritytech/substrate" }
|
|
substrate-runtime-primitives = { git = "https://github.com/paritytech/substrate" }
|
|
substrate-client = { git = "https://github.com/paritytech/substrate" }
|
|
substrate-primitives = { git = "https://github.com/paritytech/substrate" }
|
|
substrate-executor = { git = "https://github.com/paritytech/substrate" }
|
|
substrate-state-machine = { git = "https://github.com/paritytech/substrate" }
|
|
log = "0.3"
|
|
|
|
[dev-dependencies]
|
|
substrate-keyring = { git = "https://github.com/paritytech/substrate" }
|