From 544047037c431cabcd224dc9a5451f4794ed5234 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Wed, 5 Dec 2018 18:12:49 +0200 Subject: Solve day3 --- day3/Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 day3/Cargo.toml (limited to 'day3/Cargo.toml') diff --git a/day3/Cargo.toml b/day3/Cargo.toml new file mode 100644 index 0000000..7adda0b --- /dev/null +++ b/day3/Cargo.toml @@ -0,0 +1,7 @@ +[package] +name = "day3" +version = "0.1.0" +authors = ["Jan Tuomi "] + +[dependencies] +text_io = "0.1.7" \ No newline at end of file -- cgit v1.3