From cce9dc3e4eee41d5898b3e6576e0528c58f6e401 Mon Sep 17 00:00:00 2001 From: Justin Worthe Date: Sat, 10 Dec 2016 11:06:36 +0200 Subject: AOC10 --- aoc10/Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 aoc10/Cargo.toml (limited to 'aoc10/Cargo.toml') diff --git a/aoc10/Cargo.toml b/aoc10/Cargo.toml new file mode 100644 index 0000000..d6abdaf --- /dev/null +++ b/aoc10/Cargo.toml @@ -0,0 +1,7 @@ +[package] +name = "aoc10" +version = "0.1.0" +authors = ["Justin Worthe "] + +[dependencies] +regex = "0.1" \ No newline at end of file -- cgit v1.2.3