summaryrefslogtreecommitdiff
path: root/aoc17/Cargo.toml
diff options
context:
space:
mode:
authorJustin Worthe <justin.worthe@gmail.com>2016-12-17 10:37:03 +0200
committerJustin Worthe <justin.worthe@gmail.com>2016-12-17 10:37:03 +0200
commitc40d6222d11d782a95109d8965977181b75ece3f (patch)
tree71219123d063e22c6b7f2b051b55ce2f275b95ab /aoc17/Cargo.toml
parent370c7bd70a5257e0b30189f150d0ee882bbac7c2 (diff)
AOC17
Diffstat (limited to 'aoc17/Cargo.toml')
-rw-r--r--aoc17/Cargo.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/aoc17/Cargo.toml b/aoc17/Cargo.toml
new file mode 100644
index 0000000..88c211c
--- /dev/null
+++ b/aoc17/Cargo.toml
@@ -0,0 +1,7 @@
+[package]
+name = "aoc17"
+version = "0.1.0"
+authors = ["Justin Worthe <justin.worthe@gmail.com>"]
+
+[dependencies]
+md5 = "^0.2" \ No newline at end of file