From cfba0cdb161a790cff0e5663ae0a025999ee5bef Mon Sep 17 00:00:00 2001 From: Irene Knapp Date: Wed, 23 Dec 2020 14:48:04 -0800 Subject: 23. wow ... that was a lot. --- 23/Cargo.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 23/Cargo.toml (limited to '23/Cargo.toml') diff --git a/23/Cargo.toml b/23/Cargo.toml new file mode 100644 index 0000000..28383e3 --- /dev/null +++ b/23/Cargo.toml @@ -0,0 +1,11 @@ +[package] +name = "advent_23" +version = "0.1.0" +authors = ["Irene Knapp "] +edition = "2018" + +[dependencies] +advent_lib = { path = "../lib" } + +[dev-dependencies] +assert_cmd = "0.10" -- cgit 1.4.1