From 9b0bce6583ea400cea7bcb90cd2da50edd0db3ac Mon Sep 17 00:00:00 2001 From: a14m Date: Tue, 15 Dec 2020 14:14:41 +0100 Subject: Add the basic rust package structure --- CLI/rust/Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 CLI/rust/Cargo.toml (limited to 'CLI/rust/Cargo.toml') diff --git a/CLI/rust/Cargo.toml b/CLI/rust/Cargo.toml new file mode 100644 index 0000000..39eb416 --- /dev/null +++ b/CLI/rust/Cargo.toml @@ -0,0 +1,7 @@ +[package] +name = "game-of-life" +version = "0.1.0" +authors = ["a14m "] +edition = "2018" + +[dependencies] -- cgit v1.2.3