interface-types/Cargo.toml

13 lines
364 B
TOML
Raw Normal View History

2019-09-11 23:51:20 +02:00
[package]
name = "wasmer-interface-types"
2020-03-11 19:15:31 -07:00
version = "0.16.2"
2019-09-11 23:51:20 +02: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"
serde = { version = "1.0", features = ["derive"] }