mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-13 14:25:32 +00:00
14 lines
432 B
TOML
14 lines
432 B
TOML
[package]
|
|
name = "wasmer-middleware-common"
|
|
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]
|
|
wasmer-runtime-core = { path = "../runtime-core", version = "0.11.0" }
|