[package] name = "polkadot-api" version = "0.1.0" authors = ["Parity Technologies "] [dependencies] error-chain = "0.12" log = "0.3" 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" }