39
programs/move_loader_api/Cargo.toml
Normal file
39
programs/move_loader_api/Cargo.toml
Normal file
@@ -0,0 +1,39 @@
|
||||
[package]
|
||||
name = "solana-move-loader-api"
|
||||
version = "0.17.0"
|
||||
description = "Solana Move Loader"
|
||||
authors = ["Solana Maintainers <maintainers@solana.com>"]
|
||||
repository = "https://github.com/solana-labs/solana"
|
||||
license = "Apache-2.0"
|
||||
homepage = "https://solana.com/"
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
bincode = "1.1.4"
|
||||
byteorder = "1.3.2"
|
||||
libc = "0.2.58"
|
||||
log = "0.4.2"
|
||||
serde = "1.0.94"
|
||||
serde_derive = "1.0.94"
|
||||
serde_json = "1.0.40"
|
||||
solana-logger = { path = "../../logger", version = "0.17.0" }
|
||||
solana-sdk = { path = "../../sdk", version = "0.17.0" }
|
||||
|
||||
bytecode_verifier = { git = "https://github.com/solana-labs/libra", tag = "v0.0.0.0" }
|
||||
failure = { git = "https://github.com/solana-labs/libra", tag = "v0.0.0.0", package = "failure_ext" }
|
||||
language_e2e_tests = { git = "https://github.com/solana-labs/libra", tag = "v0.0.0.0" }
|
||||
lazy_static = "1.3.0"
|
||||
protobuf = "2.7"
|
||||
proto_conv = { git = "https://github.com/solana-labs/libra", tag = "v0.0.0.0" }
|
||||
state_view = { git = "https://github.com/solana-labs/libra", tag = "v0.0.0.0" }
|
||||
types = { git = "https://github.com/solana-labs/libra", tag = "v0.0.0.0" }
|
||||
vm = { git = "https://github.com/solana-labs/libra", tag = "v0.0.0.0" }
|
||||
vm_cache_map = { git = "https://github.com/solana-labs/libra", tag = "v0.0.0.0" }
|
||||
vm_runtime = { git = "https://github.com/solana-labs/libra", tag = "v0.0.0.0" }
|
||||
|
||||
[dev-dependencies]
|
||||
compiler = { git = "https://github.com/solana-labs/libra", tag = "v0.0.0.0" }
|
||||
|
||||
[lib]
|
||||
crate-type = ["lib"]
|
||||
name = "solana_move_loader_api"
|
Reference in New Issue
Block a user