Bumps [clap](https://github.com/clap-rs/clap) from 2.32.0 to 2.33.0. - [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/commits) Signed-off-by: dependabot[bot] <support@dependabot.com>
20 lines
557 B
TOML
20 lines
557 B
TOML
[package]
|
|
authors = ["Solana Maintainers <maintainers@solana.com>"]
|
|
edition = "2018"
|
|
name = "solana-replicator"
|
|
version = "0.13.0"
|
|
repository = "https://github.com/solana-labs/solana"
|
|
license = "Apache-2.0"
|
|
homepage = "https://solana.com/"
|
|
|
|
[dependencies]
|
|
clap = "2.33.0"
|
|
solana = { path = "../core", version = "0.13.0" }
|
|
solana-logger = { path = "../logger", version = "0.13.0" }
|
|
solana-netutil = { path = "../netutil", version = "0.13.0" }
|
|
solana-sdk = { path = "../sdk", version = "0.13.0" }
|
|
|
|
[features]
|
|
chacha = ["solana/chacha"]
|
|
cuda = ["solana/cuda"]
|