summaryrefslogtreecommitdiff
path: root/day06/Cargo.toml
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@spawned.biz>2025-12-06 20:34:18 +0100
committerJoel Klinghed <the_jk@spawned.biz>2025-12-06 20:40:12 +0100
commitd65dda9e5b818bc1bae6aaf6453145e08f00e5b7 (patch)
tree04223988fe7524191be311e8eaf852fea072038e /day06/Cargo.toml
Initital commitHEADmain
Day01 - Day06
Diffstat (limited to 'day06/Cargo.toml')
-rw-r--r--day06/Cargo.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/day06/Cargo.toml b/day06/Cargo.toml
new file mode 100644
index 0000000..6613f87
--- /dev/null
+++ b/day06/Cargo.toml
@@ -0,0 +1,6 @@
+[package]
+name = "day06"
+version = "0.1.0"
+edition = "2024"
+
+[dependencies]