Added itertools

This commit is contained in:
2024-03-04 15:48:55 -08:00
parent 3bbaf26657
commit 37fc1f1974
2 changed files with 17 additions and 0 deletions

View File

@@ -5,5 +5,6 @@ edition = "2021"
[dependencies]
anyhow = "1.0.80"
itertools = "0.12.1"
rand = "0.8.5"
termion = "3.0.0"