From 257ce22cd4bc5b561feea9a6e19415a86c250e23 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Wed, 5 Dec 2018 17:04:35 +0200 Subject: Solve day2 --- day2/Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 day2/Cargo.toml (limited to 'day2/Cargo.toml') diff --git a/day2/Cargo.toml b/day2/Cargo.toml new file mode 100644 index 0000000..4848f85 --- /dev/null +++ b/day2/Cargo.toml @@ -0,0 +1,6 @@ +[package] +name = "day2" +version = "0.1.0" +authors = ["Jan Tuomi "] + +[dependencies] -- cgit v1.3