From 2a0f5d3f3d28235abe87898597f8fb89b9668885 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Thu, 6 Dec 2018 19:45:06 +0200 Subject: Solve day6 --- day6/Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 day6/Cargo.toml (limited to 'day6/Cargo.toml') diff --git a/day6/Cargo.toml b/day6/Cargo.toml new file mode 100644 index 0000000..0b3b5e0 --- /dev/null +++ b/day6/Cargo.toml @@ -0,0 +1,7 @@ +[package] +name = "day6" +version = "0.1.0" +authors = ["Jan Tuomi "] + +[dependencies] +text_io = "0.1.7" -- cgit v1.3