mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-06 07:58:02 +00:00
a6b5d1d155
* 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.
22 lines
520 B
TOML
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",
|
|
]
|