bughouse 0.0.5

This is a bughouse (2v2 Chess) library for tracking game state and validating legal moves
Documentation
[dependencies.chess]
version = "3.2.0"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.thiserror]
version = "1.0"

[package]
authors = ["John Watson <jrwats@gmail.com>"]
description = "This is a bughouse (2v2 Chess) library for tracking game state and validating legal moves"
edition = "2018"
homepage = "https://github.com/jrwats/bughouse"
keywords = ["bughouse", "chess", "move", "generator", "validator"]
license = "MIT"
name = "bughouse"
readme = "README.md"
repository = "https://github.com/jrwats/bughouse"
version = "0.0.5"