From c40d6222d11d782a95109d8965977181b75ece3f Mon Sep 17 00:00:00 2001 From: Justin Worthe Date: Sat, 17 Dec 2016 10:37:03 +0200 Subject: AOC17 --- aoc17/Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 aoc17/Cargo.toml (limited to 'aoc17/Cargo.toml') 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 "] + +[dependencies] +md5 = "^0.2" \ No newline at end of file -- cgit v1.2.3