From 36b711944bd962456c044287f0288ed5b93e62b7 Mon Sep 17 00:00:00 2001 From: Jasper Ras Date: Wed, 19 Feb 2025 21:00:48 +0100 Subject: progressing through chapter 3 --- variables/Cargo.lock | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 variables/Cargo.lock (limited to 'variables/Cargo.lock') diff --git a/variables/Cargo.lock b/variables/Cargo.lock new file mode 100644 index 0000000..a6daf1d --- /dev/null +++ b/variables/Cargo.lock @@ -0,0 +1,7 @@ +# This file is automatically @generated by Cargo. +# It is not intended for manual editing. +version = 3 + +[[package]] +name = "variables" +version = "0.1.0" -- cgit v1.2.3