hanabi.rs/Cargo.toml

15 lines
249 B
TOML

[package]
name = "rust_hanabi"
version = "0.1.0"
authors = ["Jeff Wu <wuthefwasthat@gmail.com>"]
edition = "2021"
[dependencies]
rand = "0.3.0"
log = "0.3.0"
getopts = "0.2.14"
fnv = "1.0.0"
float-ord = "0.2.0"
crossbeam = "0.2.5"
serde_json = "*"