On a fresh install on Windows 11, calling buletty dirs causes a crash:
This is true when installed via cargo and when using the pre-compiled executable. It's complaining about this line and the issue is likely the use of dirs::state_dir() which is not defined for anything except Linux.