summaryrefslogtreecommitdiffstats
path: root/day4/Cargo.toml
diff options
context:
space:
mode:
authorGravatar Tom van der Lee <tom@vanderlee.io>2024-12-05 08:44:26 +0100
committerGravatar Tom van der Lee <tom@vanderlee.io>2024-12-05 08:44:37 +0100
commit066c02d04ea46a387f7c08b3f5b7eec8fa8d783c (patch)
treea73894cb36ee8f43380266bcc61362736f4d2ef7 /day4/Cargo.toml
parent120fe4c9e696ec3289736843f54657fdf2b8247d (diff)
download2024-main.tar.gz
2024-main.tar.bz2
2024-main.zip
Day4main
Diffstat (limited to 'day4/Cargo.toml')
-rw-r--r--day4/Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/day4/Cargo.toml b/day4/Cargo.toml
new file mode 100644
index 0000000..3161844
--- /dev/null
+++ b/day4/Cargo.toml
@@ -0,0 +1,8 @@
1[package]
2name = "day4"
3version = "0.1.0"
4edition = "2021"
5
6[dependencies]
7aoc = { path = "../aoc" }
8regex = "1.11.1"