mirror of
https://github.com/fluencelabs/parity-wasm
synced 2025-05-23 12:41:34 +00:00
Cargo.toml: Add "categories" metadata
Adds "wasm" and "parser-implementations" categories.
This commit is contained in:
parent
6845263447
commit
5c5f1a3e3a
@ -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]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user