Files
pezkuwi-subxt/cumulus/client/consensus/proposer/Cargo.toml
T
2023-10-31 18:04:31 +00:00

22 lines
734 B
TOML

[package]
name = "cumulus-client-consensus-proposer"
description = "A Substrate `Proposer` for building parachain blocks"
version = "0.1.0"
authors.workspace = true
edition.workspace = true
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
[dependencies]
anyhow = "1.0"
async-trait = "0.1.73"
thiserror = "1.0.48"
# Substrate
sp-consensus = { path = "../../../../substrate/primitives/consensus/common" }
sp-inherents = { path = "../../../../substrate/primitives/inherents" }
sp-runtime = { path = "../../../../substrate/primitives/runtime" }
sp-state-machine = { path = "../../../../substrate/primitives/state-machine" }
# Cumulus
cumulus-primitives-parachain-inherent = { path = "../../../primitives/parachain-inherent" }