Cargo.toml 536 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "polkadot-api"
version = "0.1.0"
authors = ["Parity Technologies <admin@parity.io>"]

[dependencies]
error-chain = "0.11"
polkadot-executor = { path = "../executor" }
polkadot-runtime = { path = "../runtime" }
polkadot-primitives = { path = "../primitives" }
substrate-client = { path = "../../substrate/client" }
substrate-executor = { path = "../../substrate/executor" }
substrate-state-machine = { path = "../../substrate/state-machine" }
14
15
16

[dev-dependencies]
substrate-keyring = { path = "../../substrate/keyring" }