Exclude test directory for package

This commit is contained in:
Nikolay Volf 2018-02-21 19:33:47 +03:00 committed by GitHub
parent 6b6961bcb6
commit 7676d27198
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/*" ]
exclude = [ "res/*", "spec/*", "test/*" ]
[dependencies]
parity-wasm = "0.27"