diff options
Diffstat (limited to '2024_rust/Cargo.toml')
-rw-r--r-- | 2024_rust/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
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" |