summaryrefslogtreecommitdiffstats
path: root/day3/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'day3/Cargo.toml')
-rw-r--r--day3/Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/day3/Cargo.toml b/day3/Cargo.toml
new file mode 100644
index 0000000..cabf6e3
--- /dev/null
+++ b/day3/Cargo.toml
@@ -0,0 +1,8 @@
1[package]
2name = "day3"
3version = "0.1.0"
4edition = "2021"
5
6[dependencies]
7aoc = { path = "../aoc" }
8regex = "1.11.1" \ No newline at end of file