summaryrefslogtreecommitdiff
path: root/2021/rust/day14/Cargo.toml
diff options
context:
space:
mode:
authorcos <cos>2021-12-14 09:00:15 +0100
committercos <cos>2021-12-14 21:49:40 +0100
commit4a54a0d97a57df6c1525b9bbfcabdf829e44a4d1 (patch)
tree590344eaf19069fa3b419a0069657c0fe9919efb /2021/rust/day14/Cargo.toml
parent224001efc7aae4c5ec875f99c5f39e50c372c36a (diff)
downloadadventofcode-4a54a0d97a57df6c1525b9bbfcabdf829e44a4d1.zip
Add day14, 2021
Diffstat (limited to '2021/rust/day14/Cargo.toml')
-rw-r--r--2021/rust/day14/Cargo.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/2021/rust/day14/Cargo.toml b/2021/rust/day14/Cargo.toml
new file mode 100644
index 0000000..ce7a90b
--- /dev/null
+++ b/2021/rust/day14/Cargo.toml
@@ -0,0 +1,10 @@
+[package]
+name = "day14"
+version = "0.1.0"
+authors = ["cos <cos>"]
+edition = "2021"
+
+[dependencies]
+aoc = { path = "../../../common/rust/aoc" }
+anyhow = "1.0"
+regex = "1.5"