From ce34bbb9b3a60d1c19b5dd99e63f6ef69526df87 Mon Sep 17 00:00:00 2001 From: Aadi Desai <21363892+supleed2@users.noreply.github.com> Date: Thu, 12 Oct 2023 11:28:42 +0100 Subject: [PATCH] Add itertools crate --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index cc3885c..6aae351 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,3 +7,4 @@ edition = "2021" [dependencies] anyhow = "1.0.75" +itertools = "0.11.0"