mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-01 06:37:56 +00:00
b4ee6f2aa9
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.26 to 0.4.27. - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](https://github.com/chronotope/chrono/compare/v0.4.26...v0.4.27) --- updated-dependencies: - dependency-name: chrono dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
22 lines
647 B
TOML
22 lines
647 B
TOML
[package]
|
|
name = "generate-bags"
|
|
version = "4.0.0-dev"
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license = "Apache-2.0"
|
|
homepage = "https://substrate.io"
|
|
repository.workspace = true
|
|
description = "Bag threshold generation script for pallet-bag-list"
|
|
|
|
[dependencies]
|
|
# FRAME
|
|
frame-support = { path = "../../../frame/support" }
|
|
frame-election-provider-support = { path = "../../../frame/election-provider-support" }
|
|
frame-system = { path = "../../../frame/system" }
|
|
pallet-staking = { path = "../../../frame/staking" }
|
|
sp-staking = { path = "../../../primitives/staking" }
|
|
|
|
# third party
|
|
chrono = { version = "0.4.27" }
|
|
num-format = "0.4.3"
|