forked from extern/nushell
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:
@ -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"
|
||||
|
Reference in New Issue
Block a user