Update rust example to use BPF enabled infrastructure (#2974)

This commit is contained in:
Jack May
2019-02-28 22:05:11 -08:00
committed by GitHub
parent 6b228df3df
commit b9524217fe
11 changed files with 173 additions and 183 deletions

View File

@@ -1,5 +1,5 @@
# Note: This crate must be built using the makefile, try `make help` instead of `cargo build`
# Note: This crate must be built using build.sh
[package]
name = "solana-bpf-rust-noop"
@@ -11,7 +11,15 @@ license = "Apache-2.0"
homepage = "https://solana.com/"
[dependencies]
heapless = { version = "0.4.0", default-features = false }
# byteorder = { version = "1.3.1", default-features = false }
# heapless = { version = "0.4.0", default-features = false }
# byte = { version = "0.2", default-features = false }
[workspace]
members = []
[lib]
name = "solana_bpf_rust_noop"
crate-type = ["cdylib"]