chore: add `wasm` category to Cargo.toml

pull/64/head
Mingwei Samuel 2024-02-25 07:38:25 -08:00
parent f562c6693d
commit 4e74fefaae
1 changed files with 1 additions and 1 deletions

View File

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