diff --git a/template/Cargo.toml b/template/Cargo.toml index b61f9e7..641a2ac 100644 --- a/template/Cargo.toml +++ b/template/Cargo.toml @@ -7,5 +7,6 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] +itertools = "0.13.0" [workspace]