summaryrefslogtreecommitdiff
path: root/2023/Cargo.toml
diff options
context:
space:
mode:
authorJustin Wernick <j.wernick@eyeo.com>2023-11-30 13:15:17 +0200
committerJustin Wernick <j.wernick@eyeo.com>2023-11-30 13:15:17 +0200
commitbbe9e0452016d9667dda36ca98b44842a64d93be (patch)
treeb3646700eeb13b11b63d4111f6b86eb223663990 /2023/Cargo.toml
parent3a419be8836ae6e51adc20ba484b6c091ce696ec (diff)
2023 Setup. Let's go!
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..d7b5bda
--- /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]
+derive_more = { version = "1.0.0-beta.6", features = ["full"] }
+nom = "7.1.3"
+thiserror = "1.0.50"
+
+[profile.release]
+# debug = true