chore: add wasm category to Cargo.toml

This commit is contained in:
Mingwei Samuel 2024-02-25 07:38:25 -08:00
parent f562c6693d
commit 4e74fefaae

View file

@ -9,7 +9,7 @@ license = "MIT"
edition = "2018"
include = [ "src/**", "../README.md", "/examples" ]
keywords = [ "riot-games", "riot", "league", "league-of-legends" ]
categories = [ "api-bindings", "web-programming::http-client" ]
categories = [ "api-bindings", "web-programming::http-client", "wasm" ]
[lib]
crate-type = ["cdylib", "rlib"]