summaryrefslogtreecommitdiff
path: root/variables/Cargo.toml
diff options
context:
space:
mode:
authorJasper Ras <jaspert.ras@gmail.com>2025-02-19 21:00:48 +0100
committerJasper Ras <jaspert.ras@gmail.com>2025-02-19 21:00:48 +0100
commit36b711944bd962456c044287f0288ed5b93e62b7 (patch)
tree3486f09afe705e6d6dcb9e7b4ce56057026b2b02 /variables/Cargo.toml
parent2306e4e6912930c83917c8abce03106a85931e4e (diff)
progressing through chapter 3
Diffstat (limited to 'variables/Cargo.toml')
-rw-r--r--variables/Cargo.toml6
1 files changed, 6 insertions, 0 deletions
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]