Files
pezkuwi-subxt/substrate/frame/staking/reward-curve/Cargo.toml
T
2023-05-31 12:11:01 +00:00

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" }