wasmi/spec/Cargo.toml

14 lines
337 B
TOML
Raw Normal View History

2018-01-22 14:55:43 +00:00
[package]
2018-01-22 14:58:14 +00:00
name = "wasmi-spec"
2018-01-22 14:55:43 +00:00
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]
2018-01-22 14:58:14 +00:00
wasmi = { path = ".." }
wabt = "0.2.0"