Files
solana/programs/native/solua/Cargo.toml
jackcmay d09889b1dd Program bank integration (#1462)
Native, BPF and Lua loaders integrated into the bank
2018-10-16 09:43:49 -07:00

21 lines
347 B
TOML

[package]
name = "solua"
version = "0.1.0"
authors = ["Solana Maintainers <maintainers@solana.com>"]
[dependencies]
bincode = "1.0.0"
log = "0.4.2"
rlua = "0.15.2"
serde = "1.0.27"
serde_derive = "1.0.27"
solana_program_interface = { path = "../../../common" }
[dev-dependencies]
bincode = "1.0.0"
[lib]
name = "solua"
crate-type = ["cdylib"]