From 3d6b8afea8dfd397186f0be13d6c064e3e7a8ffe Mon Sep 17 00:00:00 2001 From: Justin Worthe Date: Mon, 19 Dec 2016 09:53:41 +0200 Subject: AOC19 part 1 runs fairly fast, but does not translate easily to part 2 --- aoc19/Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 aoc19/Cargo.toml (limited to 'aoc19/Cargo.toml') diff --git a/aoc19/Cargo.toml b/aoc19/Cargo.toml new file mode 100644 index 0000000..17889e3 --- /dev/null +++ b/aoc19/Cargo.toml @@ -0,0 +1,6 @@ +[package] +name = "aoc19" +version = "0.1.0" +authors = ["Justin Worthe "] + +[dependencies] -- cgit v1.2.3