wasmer/lib/runtime/Cargo.toml

16 lines
459 B
TOML
Raw Normal View History

2019-01-08 17:09:47 +00:00
[package]
name = "wasmer-runtime"
2019-01-24 00:33:44 +00:00
version = "0.1.1"
description = "Wasmer runtime library"
license = "MIT"
authors = ["The Wasmer Engineering Team <engineering@wasmer.io>"]
2019-01-24 00:33:44 +00:00
repository = "https://github.com/wasmerio/wasmer"
2019-01-08 17:09:47 +00:00
edition = "2018"
[dependencies]
2019-01-24 00:33:44 +00:00
wasmer-runtime-core = { path = "../runtime-core", version = "0.1.1" }
wasmer-clif-backend = { path = "../clif-backend", version = "0.1.1", optional = true }
[features]
default = ["wasmer-clif-backend"]