summaryrefslogtreecommitdiff
path: root/2021/Cargo.toml
diff options
context:
space:
mode:
authorJustin Wernick <justin@worthe-it.co.za>2022-04-19 20:33:35 +0200
committerJustin Wernick <justin@worthe-it.co.za>2022-04-19 20:33:35 +0200
commit80b340f2ff9a4639d67b5a3e1a43e5b1b292c1ca (patch)
tree12ce533aa04561b317b8cc3779609b29dc31482a /2021/Cargo.toml
parent2a939b5e97604d3129b888f15c9876ffd3a7fe5a (diff)
parent6d72191e2ce5d423ca03c894d2dad1d3061bd4f3 (diff)
Merge branch '2021-main'
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