From 99ffb910798d46b8c8a6d91aa8ff2b06fc4313f8 Mon Sep 17 00:00:00 2001 From: Irene Knapp Date: Wed, 9 Dec 2020 22:32:05 -0800 Subject: 10 --- 10/Cargo.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 10/Cargo.toml (limited to '10/Cargo.toml') diff --git a/10/Cargo.toml b/10/Cargo.toml new file mode 100644 index 0000000..6b36e1c --- /dev/null +++ b/10/Cargo.toml @@ -0,0 +1,11 @@ +[package] +name = "advent_10" +version = "0.1.0" +authors = ["Irene Knapp "] +edition = "2018" + +[dependencies] +advent_lib = { path = "../lib" } + +[dev-dependencies] +assert_cmd = "0.10" -- cgit 1.4.1