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>
30 lines
712 B
TOML
30 lines
712 B
TOML
[package]
|
|
name = "solana-cargo-build-bpf"
|
|
version = "1.10.1"
|
|
description = "Compile a local package and all of its dependencies using the Solana BPF SDK"
|
|
authors = ["Solana Maintainers <maintainers@solana.foundation>"]
|
|
repository = "https://github.com/solana-labs/solana"
|
|
homepage = "https://solana.com/"
|
|
license = "Apache-2.0"
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
bzip2 = "0.4.3"
|
|
clap = "3.1.5"
|
|
regex = "1.5.4"
|
|
cargo_metadata = "0.14.2"
|
|
solana-sdk = { path = "..", version = "=1.10.1" }
|
|
solana-download-utils = { path = "../../download-utils", version = "=1.10.1" }
|
|
tar = "0.4.38"
|
|
|
|
[dev-dependencies]
|
|
serial_test = "*"
|
|
|
|
[features]
|
|
program = []
|
|
|
|
[[bin]]
|
|
name = "cargo-build-bpf"
|
|
path = "src/main.rs"
|