summaryrefslogtreecommitdiff
path: root/aoc5/Cargo.lock
diff options
context:
space:
mode:
authorJustin Worthe <justin.worthe@entelect.co.za>2016-12-05 12:35:05 +0200
committerJustin Worthe <justin.worthe@entelect.co.za>2016-12-05 12:35:05 +0200
commit96422481271c8b6cd0ec095db44ac85525edf688 (patch)
tree3e86da2bd30f5c4dd07a66ae223d125e0969e9dd /aoc5/Cargo.lock
parent43d57662b16bf8bd5e2891e38470da34e0e59ee2 (diff)
AOC5
Diffstat (limited to 'aoc5/Cargo.lock')
-rw-r--r--aoc5/Cargo.lock12
1 files changed, 12 insertions, 0 deletions
diff --git a/aoc5/Cargo.lock b/aoc5/Cargo.lock
new file mode 100644
index 0000000..6d0e69c
--- /dev/null
+++ b/aoc5/Cargo.lock
@@ -0,0 +1,12 @@
+[root]
+name = "aoc5"
+version = "0.1.0"
+dependencies = [
+ "md5 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "md5"
+version = "0.2.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+