18 lines
456 B
TOML
18 lines
456 B
TOML
[package]
|
|
name = "solana-cargo-test-bpf"
|
|
version = "1.5.0"
|
|
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"
|
|
|
|
[dependencies]
|
|
clap = "2.33.3"
|
|
cargo_metadata = "0.12.0"
|
|
|
|
[[bin]]
|
|
name = "cargo-test-bpf"
|
|
path = "src/main.rs"
|