Use XDG conventions on macOS too

This commit is contained in:
Utkarsh Gupta 2023-04-22 17:21:14 +05:30
parent 6a223afae3
commit 21f93c84b1
No known key found for this signature in database
GPG key ID: 428BFDF197596BDC
3 changed files with 55 additions and 17 deletions

21
Cargo.lock generated
View file

@ -281,6 +281,16 @@ dependencies = [
"libc",
]
[[package]]
name = "etcetera"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51822eedc6129d8c4d96cec86d56b785e983f943c9ce9fb892e0c2a99a7f47a0"
dependencies = [
"cfg-if",
"home",
]
[[package]]
name = "fs_at"
version = "0.1.4"
@ -325,6 +335,15 @@ version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
[[package]]
name = "home"
version = "0.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "747309b4b440c06d57b0b25f2aee03ee9b5e5397d288c60e21fc709bb98a7408"
dependencies = [
"winapi",
]
[[package]]
name = "indexmap"
version = "1.9.3"
@ -434,10 +453,10 @@ dependencies = [
"anyhow",
"clap",
"crossterm",
"directories-next",
"dns_common",
"dns_common_derive",
"edit",
"etcetera",
"lazy_static",
"regex",
"remove_dir_all 0.8.2",