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