13 lines
289 B
TOML
13 lines
289 B
TOML
|
[package]
|
||
|
name = "o-x-rust"
|
||
|
description = "Os & Xs algorithms"
|
||
|
repository = "https://git.koval.net/cyclane/game-algorithms/src/branch/main/wasm/o-x-rust"
|
||
|
license = "GNU GPLv3"
|
||
|
version = "0.0.1"
|
||
|
edition = "2021"
|
||
|
|
||
|
[lib]
|
||
|
crate-type = ["cdylib", "rlib"]
|
||
|
|
||
|
[dependencies]
|
||
|
wasm-bindgen = "0.2.82"
|