summaryrefslogtreecommitdiff
path: root/2022/rust/day07/Cargo.toml
diff options
context:
space:
mode:
authorcos <cos>2022-12-11 10:25:15 +0000
committercos <cos>2022-12-11 10:41:47 +0000
commit4d9e8678663a1308065d8c4769db5a3e49f3c786 (patch)
tree4ff127856b817b6875128a6c9b731db8834f5b35 /2022/rust/day07/Cargo.toml
parent25bee76f74d3d178946522e29983fde90edc4df6 (diff)
downloadadventofcode-4d9e8678663a1308065d8c4769db5a3e49f3c786.zip
Add day07, 2022
Diffstat (limited to '2022/rust/day07/Cargo.toml')
-rw-r--r--2022/rust/day07/Cargo.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/2022/rust/day07/Cargo.toml b/2022/rust/day07/Cargo.toml
new file mode 100644
index 0000000..100331e
--- /dev/null
+++ b/2022/rust/day07/Cargo.toml
@@ -0,0 +1,9 @@
+[package]
+name = "day07"
+version = "0.1.0"
+edition = "2021"
+
+[dependencies]
+aoc = { path = "../../../common/rust/aoc" }
+anyhow = "1.0"
+regex = "1.7.0"