Cargo.toml: Add "categories" metadata

Adds "wasm" and "parser-implementations" categories.
This commit is contained in:
Nick Fitzgerald 2018-08-03 11:09:31 -07:00 committed by GitHub
parent 6845263447
commit 5c5f1a3e3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,6 +9,7 @@ homepage = "https://github.com/paritytech/parity-wasm"
documentation = "https://paritytech.github.io/parity-wasm/parity_wasm/" documentation = "https://paritytech.github.io/parity-wasm/parity_wasm/"
description = "WebAssembly binary format serialization/deserialization/interpreter" description = "WebAssembly binary format serialization/deserialization/interpreter"
keywords = ["wasm", "webassembly", "bytecode", "serde", "interpreter"] keywords = ["wasm", "webassembly", "bytecode", "serde", "interpreter"]
categories = ["wasm", "parser-implementations"]
exclude = [ "res/*", "spec/*" ] exclude = [ "res/*", "spec/*" ]
[dependencies] [dependencies]