From 8467faf37f2142bd48570aa6bff3ee685ac205ce Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Sat, 8 Dec 2018 19:03:43 +0200 Subject: Solve day8 --- day8/Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 day8/Cargo.toml (limited to 'day8/Cargo.toml') diff --git a/day8/Cargo.toml b/day8/Cargo.toml new file mode 100644 index 0000000..caf93cf --- /dev/null +++ b/day8/Cargo.toml @@ -0,0 +1,6 @@ +[package] +name = "day8" +version = "0.1.0" +authors = ["Jan Tuomi "] + +[dependencies] -- cgit v1.3