Cargo.toml 720 B
Newer Older
ordian's avatar
ordian committed
[package]
name = "polkadot-node-core-chain-api"
version = "0.1.0"
authors = ["Parity Technologies <[email protected]>"]
edition = "2018"

[dependencies]
futures = { version = "0.3.5" }
Bastian Köcher's avatar
Bastian Köcher committed
sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" }
ordian's avatar
ordian committed
polkadot-primitives = { path = "../../../primitives" }
polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsystem" }

[dev-dependencies]
futures = { version = "0.3.5", features = ["thread-pool"] }
maplit = "1.0.2"
polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsystem", features = ["test-helpers"] }
Bastian Köcher's avatar
Bastian Köcher committed
sp-core = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch" }