mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 14:01:02 +00:00
11037ac35f
* Try fix ui tests * More
28 lines
670 B
TOML
28 lines
670 B
TOML
[package]
|
|
name = "sp-npos-elections-compact"
|
|
version = "3.0.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2018"
|
|
license = "Apache-2.0"
|
|
homepage = "https://substrate.dev"
|
|
repository = "https://github.com/paritytech/substrate/"
|
|
description = "NPoS Compact Solution Type"
|
|
|
|
[package.metadata.docs.rs]
|
|
targets = ["x86_64-unknown-linux-gnu"]
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
syn = { version = "1.0.58", features = ["full", "visit"] }
|
|
quote = "1.0"
|
|
proc-macro2 = "1.0.6"
|
|
proc-macro-crate = "1.0.0"
|
|
|
|
[dev-dependencies]
|
|
parity-scale-codec = "2.0.1"
|
|
sp-arithmetic = { path = "../../arithmetic" }
|
|
sp-npos-elections = { path = ".." }
|
|
trybuild = "1.0.42"
|