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