mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 20:27:58 +00:00
eca163ba64
* Bump versionb globally * Rebuild and fix * Rename fixes * Rebuild * Minor fix and code formatting for validator election * Fix tests * More test fixes * Fix several bugs in phragmen elections. * Rebuild, remove pointless closures
21 lines
994 B
TOML
21 lines
994 B
TOML
[package]
|
|
name = "substrate-basic-authorship"
|
|
version = "1.0.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
log = "0.4"
|
|
codec = { package = "parity-codec", version = "3.2" }
|
|
runtime_primitives = { package = "sr-primitives", path = "../../core/sr-primitives" }
|
|
client = { package = "substrate-client", path = "../../core/client" }
|
|
aura_primitives = { package = "substrate-consensus-aura-primitives", path = "../../core/consensus/aura/primitives" }
|
|
consensus_common = { package = "substrate-consensus-common", path = "../../core/consensus/common" }
|
|
primitives = { package = "substrate-primitives", path = "../../core/primitives" }
|
|
inherents = { package = "substrate-inherents", path = "../inherents" }
|
|
transaction_pool = { package = "substrate-transaction-pool", path = "../../core/transaction-pool" }
|
|
substrate-telemetry = { path = "../telemetry" }
|
|
|
|
[dev-dependencies]
|
|
test-client = { package = "substrate-test-client", path = "../../core/test-client" }
|