mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 23:21:02 +00:00
3da9449067
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
25 lines
633 B
TOML
25 lines
633 B
TOML
[package]
|
|
name = "pallet-staking-reward-curve"
|
|
version = "4.0.0-dev"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2021"
|
|
license = "Apache-2.0"
|
|
homepage = "https://substrate.io"
|
|
repository = "https://github.com/paritytech/substrate/"
|
|
description = "Reward Curve for FRAME staking pallet"
|
|
|
|
[package.metadata.docs.rs]
|
|
targets = ["x86_64-unknown-linux-gnu"]
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
proc-macro-crate = "1.1.3"
|
|
proc-macro2 = "1.0.56"
|
|
quote = "1.0.28"
|
|
syn = { version = "2.0.16", features = ["full", "visit"] }
|
|
|
|
[dev-dependencies]
|
|
sp-runtime = { version = "24.0.0", path = "../../../primitives/runtime" }
|