mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-07 10:48:04 +00:00
70b1af7b1e
* Implement new inherent data * Fixes compilation on wasm * Fixes after rebase * Switch back to generate inherent stuff by macro * Update after rebase * Apply suggestions from code review Co-Authored-By: bkchr <bkchr@users.noreply.github.com> * Fix compilation after rebase * Address grumbles * Remove `InherentDataProviders` from `Client` * Update wasm files after rebase * Address grumbles * Fixes compilation after latest merge * Last fix
16 lines
555 B
TOML
16 lines
555 B
TOML
[package]
|
|
name = "substrate-basic-authorship"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
|
|
[dependencies]
|
|
log = "0.4"
|
|
parity-codec = "2.2"
|
|
sr-primitives = { path = "../sr-primitives" }
|
|
substrate-client = { path = "../client" }
|
|
substrate-consensus-aura-primitives = { path = "../consensus/aura/primitives" }
|
|
substrate-consensus-common = { path = "../consensus/common" }
|
|
substrate-primitives = { path = "../primitives" }
|
|
substrate-inherents = { path = "../inherents" }
|
|
substrate-transaction-pool = { path = "../transaction-pool" }
|