mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-13 08:05:50 +00:00
e6d4a76521
* move test in tests dir * comment * refactor
18 lines
369 B
TOML
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" }
|