game-algorithms/wasm/o-x-rust/Cargo.toml

14 lines
307 B
TOML
Raw Normal View History

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"
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"