mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-14 06:35:40 +00:00
88eb1d39a5
# Conflicts: # lib/clif-backend/Cargo.toml
13 lines
316 B
TOML
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"]
|