hanabi.rs/Cargo.toml

15 lines
249 B
TOML
Raw Normal View History

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"
serde_json = "*"