Here's what's new:
Allow configuring the file path of the config.toml
You can now optionally pass a --config-file <FILE> CLI-flag to the ferrishare binary to configure a custom location for the application's configuration. This affects both where a configuration will be saved during --init as well as where it is read during normal startup.
Thank you to @jo-m for contributing this feature.
Updated the project's dependencies to their latest versions with cargo update
This ensures dependencies don't become stale and any upstream security and bug fixes make their way into FerriShare as well.