InputUsername/rescrobbled

Support proper locations for configuration file and session cache

Closed this issue · 1 comments

Currently these files are simply read from/stored in the crate root. It would be better to use directories following the operating system's conventions, for example using dirs.

This is implemented in #2.