diff options
Diffstat (limited to 'tvix/eval/Cargo.toml')
-rw-r--r-- | tvix/eval/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tvix/eval/Cargo.toml b/tvix/eval/Cargo.toml index 21c224347309..32fa9e25737d 100644 --- a/tvix/eval/Cargo.toml +++ b/tvix/eval/Cargo.toml @@ -23,6 +23,7 @@ rev = "614e7d4641e83ab7eb321d9ac5e3d12985f9f3ba" criterion = "0.3.6" test-generator = "0.3.0" pretty_assertions = "1.2.1" +itertools = "0.10.3" [features] # Enables running the Nix language test suite from the original C++ |