fix: Use dirs crate for home_dir() function

This commit is contained in:
Michael Aaron Murphy 2022-03-27 16:05:04 +02:00 committed by Michael Murphy
parent e578f2d19c
commit b770b59e7b
8 changed files with 10 additions and 6 deletions

2
Cargo.lock generated
View file

@ -1406,6 +1406,7 @@ version = "1.1.1"
dependencies = [
"blocking",
"const_format",
"dirs 4.0.0",
"futures-lite",
"serde",
"serde_json",
@ -1429,6 +1430,7 @@ version = "1.1.1"
dependencies = [
"anyhow",
"async-pidfd",
"dirs 4.0.0",
"flume",
"fork",
"freedesktop-desktop-entry",