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