From bc3acb749d563a5d5db1551b40b433a900d4c154 Mon Sep 17 00:00:00 2001 From: Irene Knapp Date: Wed, 23 Dec 2020 22:02:37 -0800 Subject: 24! yay :) --- 24/Cargo.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 24/Cargo.toml (limited to '24/Cargo.toml') diff --git a/24/Cargo.toml b/24/Cargo.toml new file mode 100644 index 0000000..e9e1108 --- /dev/null +++ b/24/Cargo.toml @@ -0,0 +1,11 @@ +[package] +name = "advent_24" +version = "0.1.0" +authors = ["Irene Knapp "] +edition = "2018" + +[dependencies] +advent_lib = { path = "../lib" } + +[dev-dependencies] +assert_cmd = "0.10" -- cgit 1.4.1