mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-20 17:31:02 +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
17 lines
453 B
TOML
17 lines
453 B
TOML
[package]
|
|
name = "substrate-consensus-aura-primitives"
|
|
version = "1.0.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
description = "Primitives for Aura consensus"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
substrate-client = { path = "../../../client", default-features = false }
|
|
runtime_primitives = { package = "sr-primitives", path = "../../../sr-primitives", default-features = false }
|
|
|
|
[features]
|
|
default = ["std"]
|
|
std = [
|
|
"substrate-client/std",
|
|
]
|