From b7e2fe6160280472a625a8867ea5177b0155737c Mon Sep 17 00:00:00 2001 From: mathiasmagnusson Date: Sun, 11 Dec 2022 23:04:39 +0100 Subject: Aoc day 6, 7 & 8 --- aoc22/day8/Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 aoc22/day8/Cargo.toml (limited to 'aoc22/day8/Cargo.toml') diff --git a/aoc22/day8/Cargo.toml b/aoc22/day8/Cargo.toml new file mode 100644 index 0000000..d9b0e54 --- /dev/null +++ b/aoc22/day8/Cargo.toml @@ -0,0 +1,7 @@ +[package] +name = "day8" +version = "0.1.0" +edition = "2021" + +[dependencies] +lib = { path = "../lib" } -- cgit v1.2.3