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

19 lines
508 B
TOML
Raw Normal View History

2020-11-04 18:29:26 -08:00
[package]
name = "solana-cargo-test-bpf"
2022-03-10 14:41:06 -08:00
version = "1.10.2"
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"
2021-11-30 16:47:00 -08:00
edition = "2021"
publish = false
2020-11-04 18:29:26 -08:00
[dependencies]
2022-03-07 08:13:16 -08:00
clap = { version = "3.1.5", features = ["cargo"] }
cargo_metadata = "0.14.2"
2020-11-04 18:29:26 -08:00
[[bin]]
name = "cargo-test-bpf"
path = "src/main.rs"