[dependencies.block-id]
version = "0.1.2"
[dependencies.clap]
features = ["derive"]
version = "3.1.12"
[dependencies.fake]
version = "2.4"
[dependencies.rand]
version = "0.8.3"
[dependencies.tabled]
version = "0.7.0"
[package]
authors = ["Ian Cullinane <ian@iancullinane.com>"]
description = "A library for simulating \"The Prisoner's Dilemna\""
edition = "2018"
exclude = ["debug/", "Dockerfile*", ".vscode", "target/", ".rustc_info.json"]
homepage = "https://github.com/iancullinane/prisoner-rust"
keywords = ["terminal", "game", "simulation"]
license = "MIT"
name = "prisoner"
readme = "README.md"
repository = "https://github.com/iancullinane/prisoner-rust"
version = "0.3.0"