mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-13 22:25:40 +00:00
12 lines
328 B
TOML
12 lines
328 B
TOML
[package]
|
|
name = "wasmer-middleware-common"
|
|
version = "0.6.0"
|
|
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" }
|