From 403f2a2b43d25d30f9b0e41c548017650505f48c Mon Sep 17 00:00:00 2001 From: Justin Worthe Date: Fri, 2 Dec 2016 07:51:59 +0200 Subject: Started AOC --- aoc1/Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 aoc1/Cargo.toml (limited to 'aoc1/Cargo.toml') diff --git a/aoc1/Cargo.toml b/aoc1/Cargo.toml new file mode 100644 index 0000000..096aad6 --- /dev/null +++ b/aoc1/Cargo.toml @@ -0,0 +1,6 @@ +[package] +name = "aoc1" +version = "0.1.0" +authors = ["Justin Worthe "] + +[dependencies] -- cgit v1.2.3