wasmi/spec/Cargo.toml

14 lines
337 B
TOML

[package]
name = "wasmi-spec"
version = "0.0.0"
authors = ["NikVolf <nikvolf@gmail.com>"]
license = "MIT/Apache-2.0"
readme = "README.md"
repository = "https://github.com/nikvolf/parity-wasm"
homepage = "https://github.com/nikvolf/parity-wasm"
description = "parity-wasm testsuite"
[dependencies]
wasmi = { path = ".." }
wabt = "0.2.0"