[dependencies]
[lib]
name = "game_board"
path = "src/lib.rs"
[package]
authors = ["Ian McNaughton <IanMcNaugh@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A rectangular game board of squares, for use in games like chess or checkers"
edition = "2021"
license = "MIT"
name = "game_board"
readme = "README.md"
repository = "https://github.com/imcnaugh/simple_chess/tree/main/game_board"
version = "1.0.5"
[[test]]
name = "integration_test"
path = "tests/integration_test.rs"