From 160dc053dda09b2e42236ff5b1a78c78a701e43a Mon Sep 17 00:00:00 2001 From: Justin Worthe Date: Sun, 18 Dec 2016 09:39:41 +0200 Subject: AOC18 --- aoc18/Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 aoc18/Cargo.toml (limited to 'aoc18/Cargo.toml') diff --git a/aoc18/Cargo.toml b/aoc18/Cargo.toml new file mode 100644 index 0000000..5eadfea --- /dev/null +++ b/aoc18/Cargo.toml @@ -0,0 +1,6 @@ +[package] +name = "aoc18" +version = "0.1.0" +authors = ["Justin Worthe "] + +[dependencies] -- cgit v1.2.3