summaryrefslogtreecommitdiff
path: root/day01/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'day01/Cargo.toml')
-rw-r--r--day01/Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/day01/Cargo.toml b/day01/Cargo.toml
new file mode 100644
index 0000000..43c943c
--- /dev/null
+++ b/day01/Cargo.toml
@@ -0,0 +1,4 @@
+[package]
+name = "day01"
+version = "0.1.0"
+edition = "2024"