about summary refs log tree commit diff
path: root/tvix/eval/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tvix/eval/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tvix/eval/Cargo.toml b/tvix/eval/Cargo.toml
index 51b9af67e8..b4cf604675 100644
--- a/tvix/eval/Cargo.toml
+++ b/tvix/eval/Cargo.toml
@@ -9,6 +9,7 @@ edition = "2021"
 rnix = "0.10.2"
 smol_str = "0.1"
 rustyline = "10.0.0"
+dirs = "4.0.0"
 
 [dev-dependencies]
 criterion = "0.3.6"