summaryrefslogtreecommitdiff
path: root/2022/Cargo.toml
diff options
context:
space:
mode:
authorJustin Wernick <justin@worthe-it.co.za>2022-11-21 18:46:44 +0200
committerJustin Wernick <justin@worthe-it.co.za>2022-11-21 18:46:44 +0200
commit0ac5b6a0932ef22fe18c8bf69fda0f30d3688c14 (patch)
tree3d5243fe5b65e13a9b5cb56c6ada07a6bc57eb18 /2022/Cargo.toml
parent5650c324e6ce19067b14d885a91ea42bd12fd2e3 (diff)
Ready for 2022
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