myopic-board 1.1.1

Representation of a chess board
Documentation
[package]
name = "myopic-board"
version = "1.1.1"
authors = ["Thomas Ball <tomoliverball@gmail.com>"]
edition = "2018"
license = "MIT"
repository = "https://github.com/th0masb/myopic"
description = "Representation of a chess board"
readme = "README.md"
include = [
    "**/*.rs",
    "Cargo.toml",
    "README.md",
]

[dependencies]
myopic-core = "1.0.1"
lazy_static = "1.2.0"
itertools = "0.8"
regex = "1"