Bumps [clap](https://github.com/clap-rs/clap) from 3.0.0-beta.5 to 3.1.5. - [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/v3.0.0-beta.5...v3.1.5) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
26 lines
932 B
TOML
26 lines
932 B
TOML
[package]
|
|
name = "solana-stake-accounts"
|
|
description = "Blockchain, Rebuilt for Scale"
|
|
authors = ["Solana Maintainers <maintainers@solana.foundation>"]
|
|
edition = "2021"
|
|
version = "1.10.1"
|
|
repository = "https://github.com/solana-labs/solana"
|
|
license = "Apache-2.0"
|
|
homepage = "https://solana.com/"
|
|
documentation = "https://docs.rs/solana-stake-accounts"
|
|
|
|
[dependencies]
|
|
clap = "3.1.5"
|
|
solana-clap-utils = { path = "../clap-utils", version = "=1.10.1" }
|
|
solana-cli-config = { path = "../cli-config", version = "=1.10.1" }
|
|
solana-client = { path = "../client", version = "=1.10.1" }
|
|
solana-remote-wallet = { path = "../remote-wallet", version = "=1.10.1" }
|
|
solana-sdk = { path = "../sdk", version = "=1.10.1" }
|
|
solana-stake-program = { path = "../programs/stake", version = "=1.10.1" }
|
|
|
|
[dev-dependencies]
|
|
solana-runtime = { path = "../runtime", version = "=1.10.1" }
|
|
|
|
[package.metadata.docs.rs]
|
|
targets = ["x86_64-unknown-linux-gnu"]
|