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 b4cf60467541..836b5deed10b 100644 --- a/tvix/eval/Cargo.toml +++ b/tvix/eval/Cargo.toml @@ -10,6 +10,7 @@ rnix = "0.10.2" smol_str = "0.1" rustyline = "10.0.0" dirs = "4.0.0" +path-clean = "0.1" [dev-dependencies] criterion = "0.3.6" |