mirror of
https://github.com/fluencelabs/parity-wasm
synced 2025-04-24 23:02:15 +00:00
14 lines
352 B
TOML
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 = ".." }
|