From e415080d2c87d398340aeca9a76bdc7e83e99734 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Sat, 8 Dec 2018 18:17:25 +0200 Subject: Solve day7 --- day7/Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 day7/Cargo.toml (limited to 'day7/Cargo.toml') diff --git a/day7/Cargo.toml b/day7/Cargo.toml new file mode 100644 index 0000000..3f8c455 --- /dev/null +++ b/day7/Cargo.toml @@ -0,0 +1,7 @@ +[package] +name = "day7" +version = "0.1.0" +authors = ["Jan Tuomi "] + +[dependencies] +text_io = "0.1.7" -- cgit v1.3