solana/sdk/cargo-test-bpf/Cargo.toml

19 lines
472 B
TOML
Raw Normal View History

2020-11-04 18:29:26 -08:00
[package]
name = "solana-cargo-test-bpf"
2020-12-15 08:58:07 -08:00
version = "1.6.0"
2020-11-04 18:29:26 -08:00
description = "Execute all unit and integration tests after building with 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
2020-11-04 18:29:26 -08:00
[dependencies]
clap = "2.33.3"
2020-11-05 12:13:17 -08:00
cargo_metadata = "0.12.0"
2020-11-04 18:29:26 -08:00
[[bin]]
name = "cargo-test-bpf"
path = "src/main.rs"