mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-08 14:48:01 +00:00
303843f483
* Split Aura and Timestamp inherents out of paint * fixup node depedencies * move babe inherents to primitives * move authorship inherents into primitives * Move finalty tracker inherents into primitives * fix aura primitives import
16 lines
704 B
TOML
16 lines
704 B
TOML
[package]
|
|
name = "substrate-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 = "substrate-client-api", path = "../../api" }
|
|
primitives = { package = "substrate-primitives", path = "../../../primitives/core" }
|
|
sr-primitives = { path = "../../../primitives/sr-primitives" }
|
|
sp-authorship = { path = "../../../primitives/authorship" }
|
|
consensus_common = { package = "substrate-consensus-common", path = "../../../primitives/consensus/common" }
|
|
inherents = { package = "substrate-inherents", path = "../../../primitives/inherents" }
|
|
log = "0.4.8"
|