2022-08-06 18:48:45 +00:00
|
|
|
[package]
|
|
|
|
name = "o-x-rust"
|
2022-08-06 21:31:04 +00:00
|
|
|
description = "Naughts 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:02:55 +00:00
|
|
|
license-file = "LICENSE"
|
2022-08-06 18:48:45 +00:00
|
|
|
version = "0.0.1"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
crate-type = ["cdylib", "rlib"]
|
|
|
|
|
|
|
|
[dependencies]
|
2022-08-06 21:33:23 +00:00
|
|
|
wasm-bindgen = "0.2.82"
|