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