wasmer/lib/middleware-common/Cargo.toml
2019-05-06 18:02:39 -07:00

12 lines
347 B
TOML

[package]
name = "wasmer-middleware-common"
version = "0.4.1"
repository = "https://github.com/wasmerio/wasmer"
description = "Wasmer runtime common middlewares"
license = "MIT"
authors = ["The Wasmer Engineering Team <engineering@wasmer.io>"]
edition = "2018"
[dependencies]
wasmer-runtime-core = { path = "../runtime-core", version = "0.4.1" }