Files
pezkuwi-subxt/substrate/core/phragmen/Cargo.toml
T
Kian Paimani f830db9642 Decouple Phragmen from Staking. (#3498)
* Move phragmen to primitives

* Improved docs

* New crate.

* Update lock.

* Fix dependency.

* Fix build.

* Add basic testing and truth-value implementation with float types

* Update srml/staking/src/lib.rs

* Nits.

* Bump.

* Fix benchmarks.
2019-08-29 11:07:49 +02:00

20 lines
452 B
TOML

[package]
name = "substrate-phragmen"
version = "2.0.0"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"
[dependencies]
sr-primitives = { path = "../sr-primitives", default-features = false }
rstd = { package = "sr-std", path = "../sr-std", default-features = false }
[dev-dependencies]
support = { package = "srml-support", path = "../../srml/support" }
[features]
default = ["std"]
std = [
"rstd/std",
"sr-primitives/std",
]