interface-types/Cargo.toml
2020-03-11 19:15:31 -07:00

13 lines
314 B
TOML

[package]
name = "wasmer-interface-types"
version = "0.16.2"
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"