From 86f696a318001f1e6f1d063ba42dee1f5da13477 Mon Sep 17 00:00:00 2001 From: cos Date: Sat, 4 Dec 2021 10:23:45 +0100 Subject: Add day04, 2021 --- 2021/rust/day04/Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 2021/rust/day04/Cargo.toml (limited to '2021/rust/day04/Cargo.toml') diff --git a/2021/rust/day04/Cargo.toml b/2021/rust/day04/Cargo.toml new file mode 100644 index 0000000..5f11cc4 --- /dev/null +++ b/2021/rust/day04/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "day04" +version = "0.1.0" +authors = ["cos "] +edition = "2018" + +[dependencies] +aoc = { path = "../../../common/rust/aoc" } +anyhow = "1.0" -- cgit v1.2.3