From bd23359b33a51c8afa95a02dc09f2728a674fe29 Mon Sep 17 00:00:00 2001 From: TheLie0 Date: Fri, 8 Mar 2019 12:21:58 +0100 Subject: [PATCH] Created Life. --- cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 cargo.toml diff --git a/cargo.toml b/cargo.toml new file mode 100644 index 0000000..4b4ea85 --- /dev/null +++ b/cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "GameOfLife" +version = "0.1.0" +authors = ["TheLie0 "] +edition = "2018" + +[dependencies] +console = "0.7.5" +rand = "0.6.5"