From d7ed7cb411329c15e2c5457b3b1c48aa9dba22c8 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Thu, 6 Dec 2018 16:13:16 +0200 Subject: Solve day5 --- day5/Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 day5/Cargo.toml (limited to 'day5/Cargo.toml') diff --git a/day5/Cargo.toml b/day5/Cargo.toml new file mode 100644 index 0000000..122a7cb --- /dev/null +++ b/day5/Cargo.toml @@ -0,0 +1,6 @@ +[package] +name = "day5" +version = "0.1.0" +authors = ["Jan Tuomi "] + +[dependencies] -- cgit v1.3