* Bump clap from 2.33.0 to 2.33.1 Bumps [clap](https://github.com/clap-rs/clap) from 2.33.0 to 2.33.1. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/v2.33.1/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/v2.33.0...v2.33.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * [auto-commit] Update all Cargo lock files Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: dependabot-buildkite <dependabot-buildkite@noreply.solana.com>
26 lines
875 B
TOML
26 lines
875 B
TOML
[package]
|
|
name = "solana-stake-accounts"
|
|
description = "Blockchain, Rebuilt for Scale"
|
|
authors = ["Solana Maintainers <maintainers@solana.com>"]
|
|
edition = "2018"
|
|
version = "1.2.0"
|
|
repository = "https://github.com/solana-labs/solana"
|
|
license = "Apache-2.0"
|
|
homepage = "https://solana.com/"
|
|
|
|
[dependencies]
|
|
clap = "2.33.1"
|
|
itertools = "0.9.0"
|
|
solana-clap-utils = { path = "../clap-utils", version = "1.2.0" }
|
|
solana-cli-config = { path = "../cli-config", version = "1.2.0" }
|
|
solana-client = { path = "../client", version = "1.2.0" }
|
|
solana-remote-wallet = { path = "../remote-wallet", version = "1.2.0" }
|
|
solana-sdk = { path = "../sdk", version = "1.2.0" }
|
|
solana-stake-program = { path = "../programs/stake", version = "1.2.0" }
|
|
|
|
[dev-dependencies]
|
|
solana-runtime = { path = "../runtime", version = "1.2.0" }
|
|
|
|
[package.metadata.docs.rs]
|
|
targets = ["x86_64-unknown-linux-gnu"]
|