From b8e9c88da10835a32c82891c93023eb6eda952ed Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Mon, 10 Dec 2018 15:44:07 +0200 Subject: Solve day9 --- day9/Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 day9/Cargo.toml (limited to 'day9/Cargo.toml') diff --git a/day9/Cargo.toml b/day9/Cargo.toml new file mode 100644 index 0000000..0254f94 --- /dev/null +++ b/day9/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "day9" +version = "0.1.0" +authors = ["Jan Tuomi "] + +[dependencies] +text_io = "0.1.7" +flame = "0.2.2" -- cgit v1.3