Pull all the Rust BPF tests into a single workspace so they share dependencies (#5878)

This commit is contained in:
Jack May
2019-09-11 14:55:58 -07:00
committed by GitHub
parent a85604b2ba
commit 176c7d8b13
20 changed files with 1887 additions and 104 deletions

View File

@ -19,9 +19,6 @@ solana-bpf-rust-param-passing-dep = { path = "../param_passing_dep", version = "
program = ["solana-sdk/program"]
default = ["program"]
[workspace]
members = []
[lib]
crate-type = ["cdylib"]
name = "solana_bpf_rust_param_passing"