fox-and-hounds 0.3.0

Implementation of Fox & Hounds in pure Rust
Documentation
[package]
name = "fox-and-hounds"
version = "0.3.0" # remember to update html_root_url in lib.rs
authors = ["Toby Heitland <heitland.toby@gmail.com>"]
edition = "2018"
description = "Implementation of Fox & Hounds in pure Rust"
license = "MIT OR Apache-2.0"
repository = "https://github.com/printfn/FoxAndHoundsRust"
readme = "README.md"
keywords = ["games"]
categories = ["games", "command-line-utilities"]
exclude = ["fox-and-hounds-model/"]

[profile.release]
debug = true # enable debug symbols, neglibible performance impact
opt-level = 3
lto = true

[lib]
name = "fox_and_hounds"
path = "src/lib.rs"

[[bin]]
name = "fox-and-hounds"
path = "src/main.rs"