mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-24 17:11:05 +00:00
e434dbdfc5
* Bump futures-timer to v0.3 * Bump futures-preview to v0.3.0-alpha.18 * Replace ThreadPoll::spawn() with ThreadPoll::spawn_ok()
19 lines
859 B
TOML
19 lines
859 B
TOML
[package]
|
|
name = "substrate-consensus-pow"
|
|
version = "2.0.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
description = "PoW consensus algorithm for substrate"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
codec = { package = "parity-scale-codec", version = "1.0.0", features = ["derive"] }
|
|
primitives = { package = "substrate-primitives", path = "../../primitives" }
|
|
sr-primitives = { path = "../../sr-primitives" }
|
|
client = { package = "substrate-client", path = "../../client" }
|
|
srml-timestamp = { path = "../../../srml/timestamp" }
|
|
inherents = { package = "substrate-inherents", path = "../../inherents" }
|
|
pow-primitives = { package = "substrate-consensus-pow-primitives", path = "primitives" }
|
|
consensus-common = { package = "substrate-consensus-common", path = "../common" }
|
|
log = "0.4"
|
|
futures-preview = { version = "0.3.0-alpha.18", features = ["compat"] }
|