Also exclude fuzz and deexclude non-existant spec
This commit is contained in:
parent
4858dd2014
commit
c71089e547
|
@ -6,7 +6,7 @@ license = "MIT/Apache-2.0"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
description = "WebAssembly interpreter"
|
description = "WebAssembly interpreter"
|
||||||
keywords = ["wasm", "webassembly", "bytecode", "interpreter"]
|
keywords = ["wasm", "webassembly", "bytecode", "interpreter"]
|
||||||
exclude = [ "res/*", "spec/*", "tests/*" ]
|
exclude = [ "res/*", "tests/*", "fuzz/*" ]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
parity-wasm = "0.27"
|
parity-wasm = "0.27"
|
||||||
|
|
Loading…
Reference in New Issue