From 44174bacd40f067f1c266dde51f809bfb85f7e16 Mon Sep 17 00:00:00 2001 From: Justin Worthe Date: Fri, 23 Dec 2016 09:20:15 +0200 Subject: AOC23 --- aoc23/Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 aoc23/Cargo.toml (limited to 'aoc23/Cargo.toml') diff --git a/aoc23/Cargo.toml b/aoc23/Cargo.toml new file mode 100644 index 0000000..39fd06e --- /dev/null +++ b/aoc23/Cargo.toml @@ -0,0 +1,7 @@ +[package] +name = "aoc23" +version = "0.1.0" +authors = ["Justin Worthe "] + +[dependencies] +regex = "0.1" \ No newline at end of file -- cgit v1.2.3