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.lock | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 CLI/rust/Cargo.lock (limited to 'CLI/rust/Cargo.lock') diff --git a/CLI/rust/Cargo.lock b/CLI/rust/Cargo.lock new file mode 100644 index 0000000..2486a4b --- /dev/null +++ b/CLI/rust/Cargo.lock @@ -0,0 +1,5 @@ +# This file is automatically @generated by Cargo. +# It is not intended for manual editing. +[[package]] +name = "game-of-life" +version = "0.1.0" -- cgit v1.2.3