mirror of
https://github.com/status-im/evmc.git
synced 2025-02-24 00:48:09 +00:00
13 lines
249 B
TOML
13 lines
249 B
TOML
[package]
|
|
name = "example-rust-vm"
|
|
version = "0.1.0"
|
|
authors = ["Alex Beregszaszi <alex@rtfs.hu>"]
|
|
edition = "2018"
|
|
|
|
[lib]
|
|
name = "examplerustvm"
|
|
crate-type = ["staticlib", "dylib"]
|
|
|
|
[dependencies]
|
|
evmc-vm = { path = "../../bindings/rust/evmc-vm" }
|