libcoinche 0.1.8

A library to model the Coinche card game.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "libcoinche"
version = "0.1.8"
authors = ["Alexandre Bury <alexandre.bury@gmail.com>"]
description = "A library to model the Coinche card game."
readme = "Readme.md"
keywords = [ "coinche", "game", "cards" ]
license = "MIT"
repository = "https://github.com/Gyscos/libcoinche"
documentation = "http://gyscos.github.io/libcoinche/libcoinche/index.html"

[dependencies]
rustc-serialize = "0.3"
rand = "0.3"

[features]
default = []
use_bench = []