diff options
author | Guillermo Ramos | 2024-12-07 12:25:16 +0100 |
---|---|---|
committer | Guillermo Ramos | 2024-12-07 12:37:51 +0100 |
commit | 0b1643c5b5bf85280371fcf2a33d33f7530cfaf7 (patch) | |
tree | 2e9bb1dcb016f3215db7e40f43b0010a4ab35bd1 /2024_rust/Cargo.toml | |
parent | 822fbc0ecd51b1c7da32b31a0ffc23d09a06c7c6 (diff) | |
download | AoC-0b1643c5b5bf85280371fcf2a33d33f7530cfaf7.tar.gz |
2024.7
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" |