hanabi.rs/Cargo.toml

9 lines
134 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>"]
[dependencies]
rand = "*"
2016-03-06 10:35:19 +01:00
log = "*"