From e5db5a78aa0bdaf9066df2c0316663e3365de209 Mon Sep 17 00:00:00 2001 From: Irene Knapp Date: Sat, 4 Dec 2021 21:41:29 -0800 Subject: 05 :) --- 05/Cargo.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 05/Cargo.toml (limited to '05/Cargo.toml') diff --git a/05/Cargo.toml b/05/Cargo.toml new file mode 100644 index 0000000..aea1a1e --- /dev/null +++ b/05/Cargo.toml @@ -0,0 +1,11 @@ +[package] +name = "advent_05" +version = "0.1.0" +authors = ["Irene Knapp "] +edition = "2018" + +[dependencies] +advent_lib = { path = "../lib" } + +[dev-dependencies] +assert_cmd = "0.10" -- cgit 1.4.1