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.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 variables/Cargo.toml (limited to 'variables/Cargo.toml') diff --git a/variables/Cargo.toml b/variables/Cargo.toml new file mode 100644 index 0000000..4da3b81 --- /dev/null +++ b/variables/Cargo.toml @@ -0,0 +1,6 @@ +[package] +name = "variables" +version = "0.1.0" +edition = "2021" + +[dependencies] -- cgit v1.2.3