mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-16 10:51:16 +00:00
12443589e3
Bumps the known_good_semver group with 1 update: [clap](https://github.com/clap-rs/clap). - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/v4.4.1...v4.4.2) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: known_good_semver ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
18 lines
487 B
TOML
18 lines
487 B
TOML
[package]
|
|
name = "node-runtime-generate-bags"
|
|
version = "3.0.0"
|
|
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 and kitchensink-runtime."
|
|
publish = false
|
|
|
|
[dependencies]
|
|
kitchensink-runtime = { path = "../../../../bin/node/runtime" }
|
|
generate-bags = { path = ".." }
|
|
|
|
# third-party
|
|
clap = { version = "4.4.2", features = ["derive"] }
|