wasmer/lib/runtime/Cargo.toml

15 lines
295 B
TOML
Raw Normal View History

2019-01-08 17:09:47 +00:00
[package]
name = "wasmer-runtime"
version = "0.1.0"
authors = ["Lachlan Sneff <lachlan.sneff@gmail.com>"]
edition = "2018"
[dependencies]
hashbrown = "0.1"
libffi = "0.6.4"
nix = "0.12.0"
page_size = "0.4.1"
errno = "0.2.4"
[dev-dependencies]
wasmer-clif-backend = { path = "../clif-backend" }