tic-tac-rust 0.1.3

Tic tac toe game in rust! This is the library, it can be run from a Rust CLI or from wasm!
Documentation
[dependencies.console_error_panic_hook]
optional = true
version = "0.1.1"

[dependencies.rand]
features = ["wasm-bindgen"]
version = "0.6.5"

[dependencies.wasm-bindgen]
version = "0.2"

[dependencies.wee_alloc]
optional = true
version = "0.4.2"
[dev-dependencies.wasm-bindgen-test]
version = "0.2"

[features]
default = ["console_error_panic_hook"]

[lib]
crate-type = ["cdylib", "rlib"]

[package]
authors = ["Tarik <tarikishaq@hotmail.com>"]
description = "Tic tac toe game in rust! This is the library, it can be run from a Rust CLI or from wasm!"
documentation = "https://docs.rs/tic-tac-rust"
edition = "2018"
exclude = [".gitignore", ".github/**"]
homepage = "https://github.com/tarikeshaq/tic-tac-rust"
license = "MIT"
name = "tic-tac-rust"
readme = "../README.md"
repository = "https://github.com/tarikeshaq/tic-tac-rust"
version = "0.1.3"
[profile.release]
opt-level = "s"