From d4fcb8a4a815ce8c888c3e06330e9cff71e3c312 Mon Sep 17 00:00:00 2001 From: mathiasmagnusson Date: Mon, 12 Dec 2022 22:33:07 +0100 Subject: Day 10 --- aoc22/day10/Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 aoc22/day10/Cargo.toml (limited to 'aoc22/day10/Cargo.toml') diff --git a/aoc22/day10/Cargo.toml b/aoc22/day10/Cargo.toml new file mode 100644 index 0000000..6f15406 --- /dev/null +++ b/aoc22/day10/Cargo.toml @@ -0,0 +1,7 @@ +[package] +name = "day10" +version = "0.1.0" +edition = "2021" + +[dependencies] +lib = { path = "../lib" } -- cgit v1.2.3