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