2016-03-06 01:54:46 +01:00
|
|
|
[package]
|
|
|
|
name = "rust_hanabi"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Jeff Wu <wuthefwasthat@gmail.com>"]
|
2023-01-20 02:55:47 +01:00
|
|
|
edition = "2021"
|
2016-03-06 01:54:46 +01:00
|
|
|
|
|
|
|
[dependencies]
|
2023-01-20 02:34:17 +01:00
|
|
|
rand = "0.3.0"
|
|
|
|
log = "0.3.0"
|
|
|
|
getopts = "0.2.14"
|
|
|
|
fnv = "1.0.0"
|
|
|
|
float-ord = "0.2.0"
|
2016-03-18 06:44:02 +01:00
|
|
|
crossbeam = "0.2.5"
|
2019-02-24 21:52:03 +01:00
|
|
|
serde_json = "*"
|