aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorBlaž Hrastnik2021-04-07 14:56:20 +0000
committerBlaž Hrastnik2021-04-07 14:56:20 +0000
commitbc4e54c0c45abbbb5fe9ac3278361d0b4e5774ba (patch)
treea37eafc76b3b2fd19415761eac0eb97b437f261b /Cargo.lock
parentf0d49d3ca4535a8c22a4ca4038e889560723ec74 (diff)
Load config files from ~/.config/helix, fallback to defaults.
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock7
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index cf17f056..8863337e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -496,6 +496,7 @@ dependencies = [
"tree-sitter",
"unicode-segmentation",
"unicode-width",
+ "xdg",
]
[[package]]
@@ -1390,3 +1391,9 @@ name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
+
+[[package]]
+name = "xdg"
+version = "2.2.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "d089681aa106a86fade1b0128fb5daf07d5867a509ab036d99988dec80429a57"