Use the directories crate instead of app_dirs (#1782)

The app_dirs crate is abandonned since quite a bit of time. Use the directories
crate instead, which is maintained and have more OS support.
This commit is contained in:
Xavier L'Heureux
2020-05-14 04:17:23 -04:00
committed by GitHub
parent f78536333a
commit 5fbe5cf785
6 changed files with 33 additions and 68 deletions

View File

@ -41,7 +41,7 @@ path = "/home/shaurya/Desktop"
> open cargo_sample.toml | to toml
[dependencies]
ansi_term = "0.11.0"
app_dirs = "1.2.1"
directories = "2.0.2"
byte-unit = "2.1.0"
bytes = "0.4.12"
chrono-humanize = "0.0.11"