follow xdg base dirs spec by default

This commit is contained in:
Charles Hall 2024-06-11 20:41:05 -07:00
parent c46eaed0e0
commit 85e77832e9
No known key found for this signature in database
GPG key ID: 7B8E0645816E07CF
6 changed files with 69 additions and 7 deletions

7
Cargo.lock generated
View file

@ -876,6 +876,7 @@ dependencies = [
"tracing-opentelemetry",
"tracing-subscriber",
"trust-dns-resolver",
"xdg",
]
[[package]]
@ -3660,6 +3661,12 @@ dependencies = [
"windows-sys 0.48.0",
]
[[package]]
name = "xdg"
version = "2.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "213b7324336b53d2414b2db8537e56544d981803139155afa84f76eeebb7a546"
[[package]]
name = "yap"
version = "0.12.0"