wasmer/lib/middleware-common/Cargo.toml

14 lines
432 B
TOML
Raw Normal View History

[package]
name = "wasmer-middleware-common"
2019-11-22 19:18:06 +00:00
version = "0.11.0"
repository = "https://github.com/wasmerio/wasmer"
description = "Wasmer runtime common middlewares"
license = "MIT"
authors = ["The Wasmer Engineering Team <engineering@wasmer.io>"]
keywords = ["wasm", "webassembly", "middleware", "metering"]
categories = ["wasm"]
edition = "2018"
[dependencies]
2019-11-22 19:18:06 +00:00
wasmer-runtime-core = { path = "../runtime-core", version = "0.11.0" }