aboutsummaryrefslogtreecommitdiff
path: root/src/utils/data.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/data.rs')
-rw-r--r--src/utils/data.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/utils/data.rs b/src/utils/data.rs
index f72f9a7..351b9ae 100644
--- a/src/utils/data.rs
+++ b/src/utils/data.rs
@@ -44,6 +44,10 @@ pub struct ProfileSettings {
pub bootstrap: Option<String>,
#[serde(rename(deserialize = "profilePath"))]
pub profile_path: Option<String>,
+ #[serde(rename(deserialize = "maxTime"))]
+ pub max_time: Option<u16>,
+ #[serde(rename(deserialize = "tempPath"))]
+ pub temp_path: Option<String>,
}
#[derive(Deserialize, Debug, Clone)]