fix: Update Rust-BPF example (#406)

This commit is contained in:
Jack May
2019-07-16 14:52:22 -08:00
committed by Michael Vines
parent 2e3c5e7820
commit 408e8e7500
6 changed files with 67 additions and 3 deletions

View File

@ -13,10 +13,14 @@ edition = "2018"
[dependencies]
solana-sdk-bpf-utils = { path = "../../bpf-sdk/rust/rust-utils" }
solana-sdk-bpf-no-std = { path = "../../bpf-sdk/rust/rust-no-std" }
[dev_dependencies]
solana-sdk-bpf-test = { path = "../../bpf-sdk/rust/rust-test"}
[workspace]
members = []
[lib]
crate-type = ["cdylib"]
name = "solana_bpf_rust_noop"
crate-type = ["cdylib"]