Created Life.

This commit is contained in:
TheLie0 2019-03-08 12:21:58 +01:00 committed by GitHub
parent 1336ead072
commit bd23359b33
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

9
cargo.toml Normal file
View file

@ -0,0 +1,9 @@
[package]
name = "GameOfLife"
version = "0.1.0"
authors = ["TheLie0 <wf7za0XoHyYXVEkOeNu8>"]
edition = "2018"
[dependencies]
console = "0.7.5"
rand = "0.6.5"