mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-22 03:21:03 +00:00
04fcc71809
* primitives/sr-primitives -> primitives/runtime * update
16 lines
647 B
TOML
16 lines
647 B
TOML
[package]
|
|
name = "sc-consensus-uncles"
|
|
version = "2.0.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
description = "Generic uncle inclusion utilities for consensus"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
client-api = { package = "sc-client-api", path = "../../api" }
|
|
primitives = { package = "sp-core", path = "../../../primitives/core" }
|
|
sp-runtime = { path = "../../../primitives/runtime" }
|
|
sp-authorship = { path = "../../../primitives/authorship" }
|
|
consensus_common = { package = "sp-consensus", path = "../../../primitives/consensus/common" }
|
|
inherents = { package = "sp-inherents", path = "../../../primitives/inherents" }
|
|
log = "0.4.8"
|