15 lines
398 B
TOML
Raw Normal View History

2019-04-23 20:42:48 +01:00
[package]
name = "example-rust-vm"
version = "0.1.0"
authors = ["Alex Beregszaszi <alex@rtfs.hu>", "Jake Lang <jak3lang@gmail.com>"]
2019-04-23 20:42:48 +01:00
edition = "2018"
[lib]
name = "examplerustvm"
crate-type = ["staticlib", "cdylib"]
2019-04-23 20:42:48 +01:00
[dependencies]
evmc-sys = { path = "../../bindings/rust/evmc-sys" }
2019-04-23 20:42:48 +01:00
evmc-vm = { path = "../../bindings/rust/evmc-vm" }
evmc-declare = { path = "../../bindings/rust/evmc-declare" }