mirror of
https://github.com/fluencelabs/wasmer
synced 2025-03-31 06:51:04 +00:00
11 lines
300 B
TOML
11 lines
300 B
TOML
[package]
|
|
name = "wasmer-interface-types"
|
|
version = "0.13.1"
|
|
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" |