From c71089e547e97c3deb477ebcdb1c28ef37544bc6 Mon Sep 17 00:00:00 2001 From: Nikolay Volf Date: Wed, 21 Feb 2018 19:35:26 +0300 Subject: [PATCH] Also exclude fuzz and deexclude non-existant spec --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c4d8ae2..f355cb2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"