summaryrefslogtreecommitdiff
path: root/2021/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to '2021/Cargo.toml')
-rw-r--r--2021/Cargo.toml15
1 files changed, 15 insertions, 0 deletions
diff --git a/2021/Cargo.toml b/2021/Cargo.toml
new file mode 100644
index 0000000..d5058d2
--- /dev/null
+++ b/2021/Cargo.toml
@@ -0,0 +1,15 @@
+[package]
+name = "aoc2021"
+version = "0.1.0"
+authors = ["Justin Wernick <justin@worthe-it.co.za>"]
+edition = "2021"
+
+[dependencies]
+cached = "0.25.0"
+derive_more = "0.99.2"
+nom = "7.0.0"
+proptest = "1.0.0"
+thiserror = "1.0.29"
+
+[profile.release]
+# debug = true