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