summaryrefslogtreecommitdiff
path: root/Cargo.lock
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.lock
parent003a62f1c38344c5a647170bd2472c4eab39cf75 (diff)
Day 7 part 1 (it's dirty and doesn't solve part 2 yet)
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index a8be1c4..30421cf 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -12,6 +12,7 @@ dependencies = [
name = "aoc2019"
version = "0.1.0"
dependencies = [
+ "archery 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)",
"im 14.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"rpds 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",