mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 08:11:03 +00:00
add deps for consensus crate
This commit is contained in:
@@ -6,3 +6,16 @@ authors = ["Parity Technologies"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
# substrate deps
|
||||
substrate-client = { git = "https://github.com/paritytech/substrate" }
|
||||
substrate-consensus-common = { git = "https://github.com/paritytech/substrate" }
|
||||
substrate-primitives = { git = "https://github.com/paritytech/substrate" }
|
||||
sr-primitives = { git = "https://github.com/paritytech/substrate" }
|
||||
|
||||
# polkadot deps
|
||||
polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "rh-update-substrate" }
|
||||
polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "rh-update-substrate" }
|
||||
|
||||
# other deps
|
||||
futures = "0.1.21"
|
||||
tokio = "0.1.8"
|
||||
Reference in New Issue
Block a user