feat: add config file
This commit is contained in:
parent
75538cc3d3
commit
e6d2d0946a
5 changed files with 123 additions and 5 deletions
|
@ -30,3 +30,8 @@ pub struct TagState {
|
|||
pub occupied: bool,
|
||||
pub urgent: bool,
|
||||
}
|
||||
|
||||
#[derive(Default, Deserialize)]
|
||||
pub struct Config {
|
||||
pub prepopulate: u8,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue