add itertools dependency

This commit is contained in:
John Turner
2025-10-25 03:52:15 -04:00
parent f05c1e92ad
commit 9fee710a03
2 changed files with 18 additions and 1 deletions

View File

@@ -5,4 +5,5 @@ edition = "2024"
[dependencies]
mon = { path = "../mon" }
get = { path = "../get" }
get = { path = "../get" }
itertools = "0.14.0"