Update Cargo.toml

This commit is contained in:
Nikolay Volf 2018-02-21 19:34:24 +03:00 committed by GitHub
parent 7676d27198
commit 4858dd2014
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ license = "MIT/Apache-2.0"
readme = "README.md"
description = "WebAssembly interpreter"
keywords = ["wasm", "webassembly", "bytecode", "interpreter"]
exclude = [ "res/*", "spec/*", "test/*" ]
exclude = [ "res/*", "spec/*", "tests/*" ]
[dependencies]
parity-wasm = "0.27"