From 4858dd20143dda066ccafa11bb292f8c44dae95b Mon Sep 17 00:00:00 2001 From: Nikolay Volf Date: Wed, 21 Feb 2018 19:34:24 +0300 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 853fd6e..c4d8ae2 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/*", "test/*" ] +exclude = [ "res/*", "spec/*", "tests/*" ] [dependencies] parity-wasm = "0.27"