wasmer/lib/middleware-common/Cargo.toml

12 lines
328 B
TOML
Raw Normal View History

[package]
name = "wasmer-middleware-common"
2019-05-07 01:02:39 +00:00
version = "0.4.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-05-16 17:10:45 +00:00
wasmer-runtime-core = { path = "../runtime-core" }