From 0b1643c5b5bf85280371fcf2a33d33f7530cfaf7 Mon Sep 17 00:00:00 2001 From: Guillermo Ramos Date: Sat, 7 Dec 2024 12:25:16 +0100 Subject: 2024.7 --- 2024_rust/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to '2024_rust/Cargo.toml') diff --git a/2024_rust/Cargo.toml b/2024_rust/Cargo.toml index d8258dc..2259305 100644 --- a/2024_rust/Cargo.toml +++ b/2024_rust/Cargo.toml @@ -6,4 +6,5 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] +itertools = "0.13.0" regex = "1.11.1" -- cgit v1.2.3