wasmer/lib/middleware-common/Cargo.toml

12 lines
347 B
TOML
Raw Normal View History

[package]
name = "wasmer-middleware-common"
2019-10-02 22:40:35 +00:00
version = "0.8.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]
2019-10-02 22:40:35 +00:00
wasmer-runtime-core = { path = "../runtime-core", version = "0.8.0" }