mirror of https://github.com/status-im/evmc.git
15 lines
398 B
TOML
15 lines
398 B
TOML
[package]
|
|
name = "example-rust-vm"
|
|
version = "0.1.0"
|
|
authors = ["Alex Beregszaszi <alex@rtfs.hu>", "Jake Lang <jak3lang@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[lib]
|
|
name = "examplerustvm"
|
|
crate-type = ["staticlib", "cdylib"]
|
|
|
|
[dependencies]
|
|
evmc-sys = { path = "../../bindings/rust/evmc-sys" }
|
|
evmc-vm = { path = "../../bindings/rust/evmc-vm" }
|
|
evmc-declare = { path = "../../bindings/rust/evmc-declare" }
|