wasmer/lib/runtime/Cargo.toml

13 lines
316 B
TOML
Raw Normal View History

2019-01-08 17:09:47 +00:00
[package]
name = "wasmer-runtime"
version = "0.2.0"
authors = ["The Wasmer Engineering Team <engineering@wasmer.io>"]
2019-01-08 17:09:47 +00:00
edition = "2018"
[dependencies]
wasmer-runtime-core = { path = "../runtime-core" }
wasmer-clif-backend = { path = "../clif-backend", optional = true }
[features]
default = ["wasmer-clif-backend"]