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

View file

@ -13,6 +13,7 @@ members = ["bin", "plugins", "service"]
[dependencies]
blocking = "1.2.0"
const_format = "0.2.22"
dirs = "4.0.0"
futures-lite = "1.12.0"
serde = { version = "1.0.136", features = ["derive"] }
serde_json = "1.0.79"