Rename loaders

This commit is contained in:
Jack May
2018-10-16 13:45:01 -07:00
committed by Grimes
parent d0c19c2c97
commit bb628e8495
9 changed files with 10 additions and 10 deletions

View File

@@ -0,0 +1,20 @@
[package]
name = "bpf_loader"
version = "0.1.0"
authors = ["Solana Maintainers <maintainers@solana.com>"]
[dependencies]
bincode = "1.0.0"
byteorder = "1.2.1"
elf = "0.0.10"
libc = "0.2.43"
log = "0.4.2"
rbpf = { git = "https://github.com/qmonnet/rbpf", rev="bc41ec47d9b51751585f6ddcde1d1eb1afe2be69" }
serde = "1.0.27"
serde_derive = "1.0.27"
solana_program_interface = { path = "../../../common" }
[lib]
name = "bpf_loader"
crate-type = ["cdylib"]