summaryrefslogtreecommitdiff
path: root/2016/aoc5/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to '2016/aoc5/Cargo.lock')
-rw-r--r--2016/aoc5/Cargo.lock12
1 files changed, 12 insertions, 0 deletions
diff --git a/2016/aoc5/Cargo.lock b/2016/aoc5/Cargo.lock
new file mode 100644
index 0000000..6d0e69c
--- /dev/null
+++ b/2016/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"
+