summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJustin Wernick <justin@worthe-it.co.za>2019-12-12 00:37:55 +0200
committerJustin Wernick <justin@worthe-it.co.za>2019-12-12 00:37:55 +0200
commit22fc69709731ba039f321c48670584c50f48d9ab (patch)
tree4cc6aadb925285f1081d1d953f58c2304b186293 /Cargo.toml
parent003a62f1c38344c5a647170bd2472c4eab39cf75 (diff)
Day 7 part 1 (it's dirty and doesn't solve part 2 yet)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index cef1cae..eb300fe 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,4 +8,5 @@ edition = "2018"
structopt = "0.3.5"
derive_more = "0.99.2"
im = "14.0.0"
-rpds = "0.7.0" \ No newline at end of file
+rpds = "0.7.0"
+archery = "0.3.0" \ No newline at end of file