hanabi.rs/Cargo.toml

12 lines
178 B
TOML

[package]
name = "rust_hanabi"
version = "0.1.0"
authors = ["Jeff Wu <wuthefwasthat@gmail.com>"]
[dependencies]
rand = "*"
log = "*"
getopts = "*"
fnv = "*"
crossbeam = "0.2.5"