From a998e68b711d2d6dcb4aadb2573a1c8a23adcae8 Mon Sep 17 00:00:00 2001 From: Joseph Montanaro Date: Wed, 7 Dec 2022 16:43:51 -0800 Subject: [PATCH] half-baked partial start to day 7 --- 2022/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/2022/Cargo.toml b/2022/Cargo.toml index eaa0ef5..e07e6cc 100644 --- a/2022/Cargo.toml +++ b/2022/Cargo.toml @@ -35,3 +35,5 @@ path = "src/day6.rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] +regex = "1.7.0" +lazy_static = "1.4.0"