summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorJustin Wernick <justin@worthe-it.co.za>2019-12-11 23:02:42 +0200
committerJustin Wernick <justin@worthe-it.co.za>2019-12-11 23:02:42 +0200
commit003a62f1c38344c5a647170bd2472c4eab39cf75 (patch)
tree1e32598b23b10d5ab9be1b8c65f6e3493f29b3d1 /Cargo.lock
parentad526abdd30e3495024b62e79f9fa0dc81cec613 (diff)
Intcode program into lib! It's shared code now.
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock18
1 files changed, 9 insertions, 9 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 127971b..a8be1c4 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,7 +1,15 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
-name = "advent-of-code-2019"
+name = "ansi_term"
+version = "0.11.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+dependencies = [
+ "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "aoc2019"
version = "0.1.0"
dependencies = [
"derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -11,14 +19,6 @@ dependencies = [
]
[[package]]
-name = "ansi_term"
-version = "0.11.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-dependencies = [
- "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
-]
-
-[[package]]
name = "archery"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"