mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-29 22:51:03 +00:00
ced0281e56
Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.14.4 to 0.16.0. - [Release notes](https://github.com/rust-lang/git2-rs/releases) - [Commits](https://github.com/rust-lang/git2-rs/compare/0.14.4...git2-curl-0.16.0) --- updated-dependencies: - dependency-name: git2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
22 lines
788 B
TOML
22 lines
788 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" }
|
|
git2 = { version = "0.16.0", default-features = false }
|
|
num-format = "0.4.3"
|