feat: add config file

This commit is contained in:
atagen 2025-06-22 21:27:11 +10:00
parent 75538cc3d3
commit e6d2d0946a
5 changed files with 123 additions and 5 deletions

View file

@ -30,3 +30,8 @@ pub struct TagState {
pub occupied: bool,
pub urgent: bool,
}
#[derive(Default, Deserialize)]
pub struct Config {
pub prepopulate: u8,
}