Files
pezkuwi-subxt/substrate/srml/staking/reward-curve/Cargo.toml
T
thiolliere e6d4a76521 Refactor reward curve (#3668)
* move test in tests dir

* comment

* refactor
2019-09-23 14:11:24 +02:00

18 lines
369 B
TOML

[package]
name = "srml-staking-reward-curve"
version = "2.0.0"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"
[lib]
proc-macro = true
[dependencies]
syn = { version = "1.0", features = [ "full", "visit" ] }
quote = "1.0"
proc-macro2 = "1.0"
proc-macro-crate = "0.1.3"
[dev-dependencies]
sr-primitives = { path = "../../../core/sr-primitives" }