From fbc6c484188873b0063dfb16a99f10d1c1d125b6 Mon Sep 17 00:00:00 2001 From: Irene Knapp Date: Fri, 11 Dec 2020 21:51:42 -0800 Subject: 12 --- 12/Cargo.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 12/Cargo.toml (limited to '12/Cargo.toml') diff --git a/12/Cargo.toml b/12/Cargo.toml new file mode 100644 index 0000000..441770e --- /dev/null +++ b/12/Cargo.toml @@ -0,0 +1,11 @@ +[package] +name = "advent_12" +version = "0.1.0" +authors = ["Irene Knapp "] +edition = "2018" + +[dependencies] +advent_lib = { path = "../lib" } + +[dev-dependencies] +assert_cmd = "0.10" -- cgit 1.4.1