From 3cc461bc73e3fde58df6952f4db9c67a89b65858 Mon Sep 17 00:00:00 2001 From: cos Date: Mon, 7 Dec 2020 08:26:05 +0100 Subject: Add day07, 2020 --- 2020/rust/day07/Cargo.toml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 2020/rust/day07/Cargo.toml (limited to '2020/rust/day07/Cargo.toml') diff --git a/2020/rust/day07/Cargo.toml b/2020/rust/day07/Cargo.toml new file mode 100644 index 0000000..c30cde6 --- /dev/null +++ b/2020/rust/day07/Cargo.toml @@ -0,0 +1,13 @@ +[package] +name = "day07" +version = "0.1.0" +authors = ["cos "] +edition = "2018" + +[dependencies] +aoc = { path = "../aoc" } +anyhow = "1.0" +daggy = "0.7.0" +#petgraph = "0.4.13" +petgraph = "0.5.1" +regex = "1.4" -- cgit v1.2.3