Bumps [cargo_metadata](https://github.com/oli-obk/cargo_metadata) from 0.13.1 to 0.14.0. - [Release notes](https://github.com/oli-obk/cargo_metadata/releases) - [Commits](https://github.com/oli-obk/cargo_metadata/compare/v0.13.1...v0.14.0) --- updated-dependencies: - dependency-name: cargo_metadata dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
30 lines
710 B
TOML
30 lines
710 B
TOML
[package]
|
|
name = "solana-cargo-build-bpf"
|
|
version = "1.8.0"
|
|
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 = "2018"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
bzip2 = "0.4.3"
|
|
clap = "2.33.3"
|
|
regex = "1.5.4"
|
|
cargo_metadata = "0.14.0"
|
|
solana-sdk = { path = "..", version = "=1.8.0" }
|
|
solana-download-utils = { path = "../../download-utils", version = "=1.8.0" }
|
|
tar = "0.4.35"
|
|
|
|
[dev-dependencies]
|
|
serial_test = "*"
|
|
|
|
[features]
|
|
program = []
|
|
|
|
[[bin]]
|
|
name = "cargo-build-bpf"
|
|
path = "src/main.rs"
|