Also exclude fuzz and deexclude non-existant spec

This commit is contained in:
Nikolay Volf 2018-02-21 19:35:26 +03:00 committed by GitHub
parent 4858dd2014
commit c71089e547
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/*", "tests/*" ]
exclude = [ "res/*", "tests/*", "fuzz/*" ]
[dependencies]
parity-wasm = "0.27"