interface-types/Cargo.toml

13 lines
314 B
TOML
Raw Normal View History

2019-09-11 21:51:20 +00:00
[package]
name = "wasmer-interface-types"
2020-03-12 02:15:31 +00:00
version = "0.16.2"
2019-09-11 21:51:20 +00:00
description = "WebAssembly Interface Types library for Wasmer"
license = "MIT"
authors = ["The Wasmer Engineering Team <engineering@wasmer.io>"]
repository = "https://github.com/wasmerio/wasmer"
edition = "2018"
[dependencies]
nom = "5.1"
wast = "8.0"