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

[dependencies]
futures = "0.3.5"
sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" }

polkadot-primitives = { path = "../../../primitives" }
polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsystem" }
13
polkadot-node-subsystem-util = { path = "../../subsystem-util" }
14
15

[dev-dependencies]
16
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
17
futures = { version = "0.3.5", features = ["thread-pool"] }
18
polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" }