[package] name = "example-rust-vm" version = "0.1.0" authors = ["Alex Beregszaszi ", "Jake Lang "] 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" }