Rust-Game-of-Life/cargo.toml

10 lines
159 B
TOML
Raw Normal View History

2019-03-08 12:21:58 +01:00
[package]
name = "GameOfLife"
version = "0.1.0"
authors = ["TheLie0 <wf7za0XoHyYXVEkOeNu8>"]
edition = "2018"
[dependencies]
console = "0.7.5"
rand = "0.6.5"