summaryrefslogtreecommitdiff
path: root/2022/rust/day08/Cargo.toml
diff options
context:
space:
mode:
authorcos <cos>2022-12-11 13:34:12 +0000
committercos <cos>2022-12-11 15:06:21 +0000
commit24b0a259fa19bf6cba1693d9bca2a7c3859f3568 (patch)
tree1c1eddf1a147ad1b87dc94d46071feda491e4628 /2022/rust/day08/Cargo.toml
parent4d9e8678663a1308065d8c4769db5a3e49f3c786 (diff)
downloadadventofcode-24b0a259fa19bf6cba1693d9bca2a7c3859f3568.zip
Add day08, 2022
Diffstat (limited to '2022/rust/day08/Cargo.toml')
-rw-r--r--2022/rust/day08/Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/2022/rust/day08/Cargo.toml b/2022/rust/day08/Cargo.toml
new file mode 100644
index 0000000..02d05cf
--- /dev/null
+++ b/2022/rust/day08/Cargo.toml
@@ -0,0 +1,8 @@
+[package]
+name = "day08"
+version = "0.1.0"
+edition = "2021"
+
+[dependencies]
+aoc = { path = "../../../common/rust/aoc" }
+anyhow = "1.0"