summaryrefslogtreecommitdiff
path: root/2021/rust/day13/Cargo.toml
diff options
context:
space:
mode:
authorcos <cos>2021-12-13 07:46:50 +0100
committercos <cos>2021-12-13 12:50:49 +0100
commit224001efc7aae4c5ec875f99c5f39e50c372c36a (patch)
tree2fc20c94e88ee819105f59ec9705014f28e96adc /2021/rust/day13/Cargo.toml
parentefb6f73fdb7f512b419547c0baa7913e6b92d539 (diff)
downloadadventofcode-224001efc7aae4c5ec875f99c5f39e50c372c36a.zip
Add day13, 2021
Diffstat (limited to '2021/rust/day13/Cargo.toml')
-rw-r--r--2021/rust/day13/Cargo.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/2021/rust/day13/Cargo.toml b/2021/rust/day13/Cargo.toml
new file mode 100644
index 0000000..8408975
--- /dev/null
+++ b/2021/rust/day13/Cargo.toml
@@ -0,0 +1,9 @@
+[package]
+name = "day13"
+version = "0.1.0"
+authors = ["cos <cos>"]
+edition = "2021"
+
+[dependencies]
+aoc = { path = "../../../common/rust/aoc" }
+anyhow = "1.0"