Files
pezkuwi-subxt/substrate/core/phragmen/Cargo.toml
T
Kian Paimani a6b5d1d155 Move phragmen benchmarks out of Staking (#3588)
* Move phragmen benches to.. phragmen.

* Move some basic phragmen tests to.. phragmen.

* Line-width

* Add phragmen equ implementation as flot

* Add phragmen equ implementation as flot

* Add mock and test file.
2019-09-13 08:41:33 +02:00

22 lines
520 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]
runtime-io ={ package = "sr-io", path = "../sr-io" }
support = { package = "srml-support", path = "../../srml/support" }
rand = "0.7.0"
[features]
default = ["std"]
std = [
"rstd/std",
"sr-primitives/std",
]