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"