cribbage 0.1.3

Placeholder for a Rust library providing the core functionality of the game Cribbage.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[dependencies.cribbage-core]
version = "0.1.1"

[package]
authors = ["Zach Miller <zachmse@fastmail.com>"]
description = "Placeholder for a Rust library providing the core functionality of the game Cribbage."
license = "MIT"
name = "cribbage"
publish = true
readme = "README.md"
repository = "https://github.com/bjnyfv/cribbage"
version = "0.1.3"