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 60c0f12e6f95..5ccfa632830f 100644 --- a/tvix/eval/Cargo.toml +++ b/tvix/eval/Cargo.toml @@ -33,6 +33,7 @@ criterion = "0.3.6" test-generator = "0.3.0" pretty_assertions = "1.2.1" itertools = "0.10.3" +tempdir = "0.3.7" [features] default = [ "repl" ] |