summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorVincent Breitmoser <look@my.amazin.horse>2019-01-29 16:21:09 +0100
committerVincent Breitmoser <look@my.amazin.horse>2019-01-29 16:21:09 +0100
commit6d164685285b12a03739e441d0150cf37ec9503b (patch)
treec2bf42c6eb1f13cff996095421057d88e17aa346 /Cargo.toml
parent8c40aa5d2774ac9099b2ac7d35336c094c5da696 (diff)
use $HOME instead of working dir as default in release builds
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0ddd37d..0f64d17 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -22,6 +22,7 @@ uuid = { version = "0.7", features = ["v4"] }
fs2 = "0.4.3"
lazy_static = "1.2.0"
backtrace = "0.3"
+dirs = "1.0.4"
[dev-dependencies]
assert_fs = "0.10.1"