Created Life.
This commit is contained in:
parent
1336ead072
commit
bd23359b33
1 changed files with 9 additions and 0 deletions
9
cargo.toml
Normal file
9
cargo.toml
Normal 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"
|
Loading…
Reference in a new issue