Hi there! I was trying to install this project on Windows and got this error: ``` 55 | xdg::BaseDirectories::with_prefix(APP_DIR_NAME) | ^^^^^^^^^^^^^^^ could not find `BaseDirectories` in `xdg` ``` I could find [this](https://github.com/hrkfdn/ncspot/issues/38) related issue, where an alternative crate is proposed for platform compatibility. Do you think it is feasible to support windows? Greetings, Christian