KilleenCode / brancato

A cross-platform omnibar to to easily run workflows, built in Rust 🦀
MIT License
5 stars 2 forks source link

refactor: clean up config across state #26

Closed RyKilleen closed 2 years ago

RyKilleen commented 2 years ago

Right now the config is stored in AppState as a string, when it could be the Config struct itself. This'll eliminate the need for an additional parsing in get_state