add basepath cmdline flag

this allows a basepath to be set via commandline where ncspot will place
configuration and cache files.

fixes #65
This commit is contained in:
Henrik Friedrichsen
2019-05-16 23:53:15 +02:00
parent 4a760ac128
commit 4b4a027c3c
4 changed files with 33 additions and 1 deletions

View File

@@ -22,6 +22,7 @@ directories = "1.0"
failure = "0.1.3"
fern = "0.5"
futures = "0.1"
lazy_static = "1.3.0"
log = "0.4.0"
#rspotify = "0.4.0"
serde = "1.0"