fox-and-hounds-model 0.2.0

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

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

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

[dependencies]