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