cribbage 0.1.4

A (work-in-progress) implementation of the game Cribbage.
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies.cribbage-core]
version = "0.1.2"

[package]
authors = ["Zach Miller <25236373+zachmse@users.noreply.github.com>"]
description = "A (work-in-progress) implementation of the game Cribbage."
edition = "2018"
license = "MIT"
name = "cribbage"
publish = true
readme = "README.md"
repository = "https://github.com/zachmse/cribbage"
version = "0.1.4"