summaryrefslogtreecommitdiff
path: root/2022/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to '2022/Cargo.toml')
-rw-r--r--2022/Cargo.toml13
1 files changed, 13 insertions, 0 deletions
diff --git a/2022/Cargo.toml b/2022/Cargo.toml
new file mode 100644
index 0000000..af8eee9
--- /dev/null
+++ b/2022/Cargo.toml
@@ -0,0 +1,13 @@
+[package]
+name = "aoc2022"
+version = "0.1.0"
+authors = ["Justin Wernick <justin@worthe-it.co.za>"]
+edition = "2021"
+
+[dependencies]
+derive_more = "0.99.17"
+nom = "7.1.1"
+thiserror = "1.0.37"
+
+[profile.release]
+# debug = true