2023-04-20 15:07:41 +00:00
|
|
|
[package]
|
|
|
|
name = "kifu-wasm"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
crate-type = ["cdylib"]
|
|
|
|
|
|
|
|
[dependencies]
|
2023-04-21 02:23:13 +00:00
|
|
|
kifu-core = { path = "../../kifu-core" }
|
2023-04-20 15:07:41 +00:00
|
|
|
wasm-bindgen = "0.2"
|
2023-04-21 02:23:13 +00:00
|
|
|
wasm-bindgen-futures = "*"
|