From 7676d27198c2a601c3fcfae31e618ca6b01a3a8c Mon Sep 17 00:00:00 2001 From: Nikolay Volf Date: Wed, 21 Feb 2018 19:33:47 +0300 Subject: [PATCH] Exclude test directory for package --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3890466..853fd6e 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/*" ] +exclude = [ "res/*", "spec/*", "test/*" ] [dependencies] parity-wasm = "0.27"