wasmer/lib/runtime/Cargo.toml
Syrus 88eb1d39a5 Improved Cargo congif
# Conflicts:
#	lib/clif-backend/Cargo.toml
2019-01-22 15:34:52 -08:00

13 lines
316 B
TOML

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