mirror of https://github.com/MingweiSamuel/Riven
chore: add `wasm` category to Cargo.toml
parent
f562c6693d
commit
4e74fefaae
|
@ -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"]
|
||||||
|
|
Loading…
Reference in New Issue