summaryrefslogtreecommitdiff
path: root/2024_rust/Cargo.toml
diff options
context:
space:
mode:
authorGuillermo Ramos2024-12-07 12:25:16 +0100
committerGuillermo Ramos2024-12-07 12:37:51 +0100
commit0b1643c5b5bf85280371fcf2a33d33f7530cfaf7 (patch)
tree2e9bb1dcb016f3215db7e40f43b0010a4ab35bd1 /2024_rust/Cargo.toml
parent822fbc0ecd51b1c7da32b31a0ffc23d09a06c7c6 (diff)
downloadAoC-0b1643c5b5bf85280371fcf2a33d33f7530cfaf7.tar.gz
2024.7
Diffstat (limited to '2024_rust/Cargo.toml')
-rw-r--r--2024_rust/Cargo.toml1
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"