summaryrefslogtreecommitdiff
path: root/aoc14/Cargo.toml
diff options
context:
space:
mode:
authorJustin Worthe <justin.worthe@entelect.co.za>2016-12-14 11:05:29 +0200
committerJustin Worthe <justin.worthe@entelect.co.za>2016-12-14 11:05:29 +0200
commit26300d0d547e74cdd431c84f383616ce9f6e5499 (patch)
tree6607448adf6bf9f3dd81ff908706130ddf50ac74 /aoc14/Cargo.toml
parenta2d46254c1045eef2fbe3e4d42c1c04e8827cda7 (diff)
AOC14
Should work for part 2, but the performance isn't there yet
Diffstat (limited to 'aoc14/Cargo.toml')
-rw-r--r--aoc14/Cargo.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/aoc14/Cargo.toml b/aoc14/Cargo.toml
new file mode 100644
index 0000000..eb3f92d
--- /dev/null
+++ b/aoc14/Cargo.toml
@@ -0,0 +1,7 @@
+[package]
+name = "aoc14"
+version = "0.1.0"
+authors = ["Justin Worthe <justin.worthe@entelect.co.za>"]
+
+[dependencies]
+md5 = "^0.2" \ No newline at end of file