From 5c5f1a3e3a6b7f4bde212b32e4f68a26ed0a1b3c Mon Sep 17 00:00:00 2001 From: Nick Fitzgerald Date: Fri, 3 Aug 2018 11:09:31 -0700 Subject: [PATCH] Cargo.toml: Add "categories" metadata Adds "wasm" and "parser-implementations" categories. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 554f101..169fd32 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,7 @@ homepage = "https://github.com/paritytech/parity-wasm" documentation = "https://paritytech.github.io/parity-wasm/parity_wasm/" description = "WebAssembly binary format serialization/deserialization/interpreter" keywords = ["wasm", "webassembly", "bytecode", "serde", "interpreter"] +categories = ["wasm", "parser-implementations"] exclude = [ "res/*", "spec/*" ] [dependencies]