wasmer/lib/middleware-common/Cargo.toml

12 lines
349 B
TOML
Raw Normal View History

[package]
name = "wasmer-middleware-common"
2019-11-12 00:21:46 +00:00
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]
2019-11-12 00:21:46 +00:00
wasmer-runtime-core = { path = "../runtime-core", version = "0.10.1" }