From e9905d92248b99f3dc79827f21db448d245326f4 Mon Sep 17 00:00:00 2001 From: Justin Worthe Date: Wed, 7 Dec 2016 06:38:46 +0200 Subject: advent 2+3 --- aoc3/Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 aoc3/Cargo.toml (limited to 'aoc3/Cargo.toml') diff --git a/aoc3/Cargo.toml b/aoc3/Cargo.toml new file mode 100644 index 0000000..c8a1b62 --- /dev/null +++ b/aoc3/Cargo.toml @@ -0,0 +1,6 @@ +[package] +name = "aoc3" +version = "0.1.0" +authors = ["Justin Worthe "] + +[dependencies] -- cgit v1.2.3