serenade icon indicating copy to clipboard operation
serenade copied to clipboard

Replace current way of working with config file to use `serde` and `config`

Open paulobarchi opened this issue 3 years ago • 0 comments

The config library currently used is not the most used/supported by the Rust community. It would be great to replace the current approach to use serde and config (example: https://github.com/paulobarchi/stdbm/blob/main/src/settings.rs).

paulobarchi avatar Jun 23 '22 10:06 paulobarchi