add debug for printing debug statements, will actually do something later

This commit is contained in:
endernon 2024-09-11 22:37:22 +01:00
parent bfe539898e
commit f17ac9c2ec
2 changed files with 2 additions and 0 deletions

View file

@ -35,6 +35,7 @@ struct Identificationer {
}
#[derive(Deserialize)]
struct jsonconfig {
debug:Option<bool>,
name: String,
shiny: Option<shinyjson>,
ids: Vec<Identificationer>,

View file

@ -3,6 +3,7 @@
"Refer to config.md to understand how to apply the data shown here.",
"There are also some values you cannot increase beyond a limit."
],
"debug":true,
"name":"Singularity",
"shiny": {
"key": "raidsWon",