[package]
name = "libcoinche"
version = "0.1.2"
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"
[dependencies]
rustc-serialize = "0.3"
rand = "0.3"
[features]
default = []
use_bench = []