From e51ad23e3b6385c3666ffc9f4f37b195fbfdc3c3 Mon Sep 17 00:00:00 2001 From: Justin Worthe Date: Fri, 9 Dec 2016 12:54:25 +0200 Subject: AOC 8 and 9 --- aoc9/Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 aoc9/Cargo.toml (limited to 'aoc9/Cargo.toml') diff --git a/aoc9/Cargo.toml b/aoc9/Cargo.toml new file mode 100644 index 0000000..de293f1 --- /dev/null +++ b/aoc9/Cargo.toml @@ -0,0 +1,7 @@ +[package] +name = "aoc9" +version = "0.1.0" +authors = ["Justin Worthe "] + +[dependencies] +regex = "0.1" \ No newline at end of file -- cgit v1.2.3