From 87e2140a5d46e95dc05526dc03cc2f55f195842c Mon Sep 17 00:00:00 2001 From: Justin Worthe Date: Sat, 17 Nov 2018 21:52:51 +0200 Subject: Initial scaffolding for doing advent of code challenges Mostly just having a project and a convenient way of reading in a file. --- Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..a723369 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,6 @@ +[package] +name = "advent_of_code_2018" +version = "0.1.0" +authors = ["Justin Worthe "] + +[dependencies] -- cgit v1.2.3