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.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/utils/data.rs b/src/utils/data.rs
index 371c82d..f72f9a7 100644
--- a/src/utils/data.rs
+++ b/src/utils/data.rs
@@ -42,6 +42,8 @@ pub struct NodeSettings {
pub struct ProfileSettings {
pub path: String,
pub bootstrap: Option<String>,
+ #[serde(rename(deserialize = "profilePath"))]
+ pub profile_path: Option<String>,
}
#[derive(Deserialize, Debug, Clone)]