parity-wasm/spec/Cargo.toml
Sergey Pepyakin 50c7a615f3 Travis maintenance (#240)
* Use GCC 8 for tests.

* Don't require sudo

* Use wabt 0.6
2018-11-02 14:57:17 +01:00

14 lines
352 B
TOML

[package]
name = "parity-wasm-testsuite"
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]
wabt = "0.6"
parity-wasm = { path = ".." }