* Generate a script to rerun the failed sub-command in cargo-test-bpf * Generate a script to rerun the failed sub-command in cargo-build-bpf * Add cargo-build-bpf test for generate-child-script-on-failure option
19 lines
435 B
TOML
19 lines
435 B
TOML
[package]
|
|
name = "fail"
|
|
version = "1.8.0"
|
|
description = "Solana BPF test program written in Rust"
|
|
authors = ["Solana Maintainers <maintainers@solana.foundation>"]
|
|
repository = "https://github.com/solana-labs/solana"
|
|
license = "Apache-2.0"
|
|
homepage = "https://solana.com/"
|
|
edition = "2018"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
solana-program = { path = "../../../../program", version = "=1.8.0" }
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[workspace]
|