This commit is contained in:
2023-09-10 16:58:42 +02:00
parent ab8461b6df
commit 32b1272ff6
2 changed files with 29 additions and 0 deletions

View File

@@ -12,3 +12,10 @@ pub struct Game<'a> {
pub references: Vec<&'a str>,
pub app_id: u32,
}
#[derive(serde::Deserialize, serde::Serialize)]
pub struct Config {
pub update_only: bool,
pub skip_self_update: bool,
pub bonus_content: bool,
}