feat: make strict workspaces configurable
This commit is contained in:
parent
6eb2e5fd9c
commit
1318c51a44
2 changed files with 2 additions and 1 deletions
|
@ -34,4 +34,5 @@ pub struct TagState {
|
|||
#[derive(Default, Deserialize)]
|
||||
pub struct Config {
|
||||
pub prepopulate: u8,
|
||||
pub strict: bool,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue