feat: add itertools

This commit is contained in:
Jelson Stoelben Rodrigues
2025-08-11 10:18:32 -03:00
parent 8b46c44f89
commit 1f9ad2bfc9
2 changed files with 544 additions and 11 deletions

View File

@@ -6,10 +6,11 @@ edition = "2024"
[dependencies]
http = {version = "1.3.1"}
dotenv = {version = "0.15.0"}
serde_json = "1.0.140"
reqwest = { version = "0.12.20", features = ["json", "cookies", "blocking"] }
serde_json = "1.0.142"
reqwest = { version = "0.12.22", features = ["json", "cookies", "blocking"] }
chrono = { version = "0.4.41" }
itertools = {version = "0.14.0"}
ipaddress = {version = "0.1.3"}
zip = { version = "4.2.0"}
zip = { version = "4.3.0"}
walkdir = { version = "2.5.0"}
lettre = {version = "0.11.17", features = ["builder"]}
lettre = {version = "0.11.18", features = ["builder"]}