othello 0.1.2

A bitboard implementation of Othello board game
Documentation
[package]
name = "othello"
version = "0.1.2"
authors = ["songun lee <leesongun@naver.com>"]
edition = "2018"
# build = "src/build.rs"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

license = "MIT"
description = "A bitboard implementation of Othello board game"
# homepage
# documentation
repository = "https://gitlab.com/rust-othello/8x8-othello"

include = [
    "src/lib.rs",
    "src/consts.rs",
    "src/test.rs",
    "Cargo.toml",
]

[dependencies]
bitintr = "0.3.0"

[build-dependencies]
build_const = "0.2.1"
bitintr = "0.3.0"

[dev-dependencies]
bititr = { git = "https://gitlab.com/rust-othello/bititr" }