From a0b89c75d8429cdfbff99c02e9fc8d332641e189 Mon Sep 17 00:00:00 2001 From: cos Date: Sun, 6 Dec 2020 09:05:40 +0100 Subject: Add day06, 2020 --- 2020/rust/day06/Cargo.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 2020/rust/day06/Cargo.toml (limited to '2020/rust/day06/Cargo.toml') diff --git a/2020/rust/day06/Cargo.toml b/2020/rust/day06/Cargo.toml new file mode 100644 index 0000000..0a1e5f4 --- /dev/null +++ b/2020/rust/day06/Cargo.toml @@ -0,0 +1,10 @@ +[package] +name = "day06" +version = "0.1.0" +authors = ["cos "] +edition = "2018" + +[dependencies] +aoc = { path = "../aoc" } +anyhow = "1.0" +thiserror = "1.0" -- cgit v1.2.3