about summary refs log tree commit diff
path: root/tvix/eval/Cargo.toml
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2022-08-11T21·26+0300
committertazjin <tazjin@tvl.su>2022-08-26T17·19+0000
commitd14db8dcaae3c6d624ce17417ac58a44a6f5983c (patch)
tree37698c3236b44c3a9865711b2e75c454bb1293f4 /tvix/eval/Cargo.toml
parent49f416c17631c5f927c27b475dc3b37c0757e5b7 (diff)
chore(tvix/cargo): add dirs dependency r/4504
This crate provides sensible default locations for directories on
different platforms.

Change-Id: I0b61cc7f626dc6c8df903ba0f873be24e07d69b5
Reviewed-on: https://cl.tvl.fyi/c/depot/+/6170
Reviewed-by: grfn <grfn@gws.fyi>
Tested-by: BuildkiteCI
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"