summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJustin Wernick <justin@worthe-it.co.za>2021-12-01 08:44:23 +0200
committerJustin Wernick <justin@worthe-it.co.za>2021-12-01 08:44:23 +0200
commit18bdad10c27d199a4085655ce93902d4bba0d534 (patch)
tree1cce82983b84a80b8b269fdaee88adbb90f2bee2 /Cargo.toml
Day 1
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..8906e7e
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,9 @@
+[package]
+name = "aoc2021"
+version = "0.1.0"
+authors = ["Justin Wernick <justin@worthe-it.co.za>"]
+edition = "2021"
+
+[dependencies]
+derive_more = "0.99.2"
+nom = "7.0.0"