mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 19:17:58 +00:00
c31c6a1a73
* Remove native deps: openssl-sys, git2-sys, libssh2-sys Enables substrate master compiles first time on more machines. (E.g. not needing OPENSSL_DEV_LIB to be correctly configured.) * cargo fmt * Remove newline * Update utils/frame/generate-bags/src/lib.rs Co-authored-by: Bastian Köcher <git@kchr.de> * remove trailing new line --------- Co-authored-by: Bastian Köcher <git@kchr.de>
21 lines
732 B
TOML
21 lines
732 B
TOML
[package]
|
|
name = "generate-bags"
|
|
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 = "Bag threshold generation script for pallet-bag-list"
|
|
|
|
[dependencies]
|
|
# FRAME
|
|
frame-support = { version = "4.0.0-dev", path = "../../../frame/support" }
|
|
frame-election-provider-support = { version = "4.0.0-dev", path = "../../../frame/election-provider-support" }
|
|
frame-system = { version = "4.0.0-dev", path = "../../../frame/system" }
|
|
pallet-staking = { version = "4.0.0-dev", path = "../../../frame/staking" }
|
|
|
|
# third party
|
|
chrono = { version = "0.4.19" }
|
|
num-format = "0.4.3"
|