shark/fish-webworker/Cargo.toml

17 lines
299 B
TOML

[package]
name = "fish-webworker"
description = "Blockfish engine webworker"
version = "0.1.0"
edition = "2021"
[lib]
crate-type = ["cdylib"]
[dependencies]
fish = { path = "../fish" }
mino = { path = "../mino" }
wasm-bindgen = "0.2"
wasm-bindgen-macro = "0.2"
console_error_panic_hook = "0.1.7"