180d8c5f4e
We don't support any notes yet. Inside our GameState, we annotate each card with its index in the original (reverse) deck. In order to support per-card notes, we should probably share those annotations with the players, and refactor the player code around them.
13 lines
211 B
TOML
13 lines
211 B
TOML
[package]
|
|
name = "rust_hanabi"
|
|
version = "0.1.0"
|
|
authors = ["Jeff Wu <wuthefwasthat@gmail.com>"]
|
|
|
|
[dependencies]
|
|
rand = "*"
|
|
log = "*"
|
|
getopts = "*"
|
|
fnv = "*"
|
|
float-ord = "*"
|
|
crossbeam = "0.2.5"
|
|
serde_json = "*"
|