wasmer/lib/middleware-common/Cargo.toml
2019-11-11 16:22:37 -08:00

12 lines
349 B
TOML

[package]
name = "wasmer-middleware-common"
version = "0.10.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.10.1" }