2022-08-06 18:48:45 +00:00
|
|
|
[package]
|
|
|
|
name = "o-x-rust"
|
2022-08-08 00:10:48 +00:00
|
|
|
description = "Noughts and crosses WASM algorithms"
|
2022-08-06 18:48:45 +00:00
|
|
|
repository = "https://git.koval.net/cyclane/game-algorithms/src/branch/main/wasm/o-x-rust"
|
|
|
|
license = "GNU GPLv3"
|
2022-08-07 01:59:08 +00:00
|
|
|
readme = "README.md"
|
2022-08-08 00:10:48 +00:00
|
|
|
version = "0.0.5"
|
2022-08-06 18:48:45 +00:00
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
crate-type = ["cdylib", "rlib"]
|
|
|
|
|
|
|
|
[dependencies]
|
2022-08-06 21:33:23 +00:00
|
|
|
wasm-bindgen = "0.2.82"
|