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