2016-03-06 01:54:46 +01:00
|
|
|
[package]
|
|
|
|
name = "rust_hanabi"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Jeff Wu <wuthefwasthat@gmail.com>"]
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
rand = "*"
|
2016-03-06 10:35:19 +01:00
|
|
|
log = "*"
|
2016-03-14 02:11:20 +01:00
|
|
|
getopts = "*"
|
2019-03-07 13:54:30 +01:00
|
|
|
fnv = "*"
|
2019-03-08 20:59:14 +01:00
|
|
|
float-ord = "*"
|
2016-03-18 06:44:02 +01:00
|
|
|
crossbeam = "0.2.5"
|
2019-02-24 21:52:03 +01:00
|
|
|
serde_json = "*"
|