Fix default base path on windows (#6120)

* Use directories instead of app_dirs

* Use local data dir
This commit is contained in:
Arkadiy Paronyan
2020-05-25 13:25:49 +02:00
committed by GitHub
parent 0133185c81
commit 56819a09a4
3 changed files with 6 additions and 49 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ regex = "1.3.1"
time = "0.1.42"
ansi_term = "0.12.1"
lazy_static = "1.4.0"
app_dirs = "1.2.1"
directories = "2.0.2"
tokio = { version = "0.2.9", features = [ "signal", "rt-core", "rt-threaded" ] }
futures = "0.3.4"
fdlimit = "0.1.4"