aboutsummaryrefslogtreecommitdiff
path: root/helix-core/Cargo.toml
diff options
context:
space:
mode:
authorBlaž Hrastnik2021-05-10 07:21:55 +0000
committerBlaž Hrastnik2021-05-10 07:21:55 +0000
commit1f2d87cb950f165e8a805fc578d7921b48fbdedb (patch)
treece2ac182f5b20ccff872ce4e3b92e15203e31c82 /helix-core/Cargo.toml
parent37d32e2933448bd100e09b30401d87c60c7eba88 (diff)
Make the config dir locator work on Windows.
Diffstat (limited to 'helix-core/Cargo.toml')
-rw-r--r--helix-core/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-core/Cargo.toml b/helix-core/Cargo.toml
index 4e07712b..0bcdac67 100644
--- a/helix-core/Cargo.toml
+++ b/helix-core/Cargo.toml
@@ -22,4 +22,4 @@ regex = "1"
serde = { version = "1.0", features = ["derive"] }
-xdg = "2.0"
+etcetera = "0.3"