game-algorithms/wasm/connect-four-rust/Cargo.toml

18 lines
388 B
TOML
Raw Normal View History

2022-08-09 13:46:04 +00:00
[package]
name = "connect-four-rust"
description = "Connect four WASM algorithms"
repository = "https://git.koval.net/cyclane/game-algorithms/src/branch/main/wasm/connect-four-rust"
license = "GNU GPLv3"
readme = "README.md"
version = "0.0.1"
edition = "2021"
[lib]
crate-type = ["cdylib", "rlib"]
[dependencies]
wasm-bindgen = "0.2.82"
[dev-dependencies]
wasm-bindgen-test = "0.3.32"