hanabi.rs/Cargo.toml
2016-03-17 23:10:38 -07:00

11 lines
168 B
TOML

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