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"