aboutsummaryrefslogtreecommitdiff
path: root/common/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'common/src/lib.rs')
-rw-r--r--common/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/src/lib.rs b/common/src/lib.rs
index be0528f..7c44eda 100644
--- a/common/src/lib.rs
+++ b/common/src/lib.rs
@@ -19,6 +19,7 @@ pub struct Node {
#[rustfmt::skip]
#[derive(Debug, Clone, Deserialize, Serialize)]
pub struct NodePrivate {
+ #[serde(default)] pub id: Option<String>,
#[serde(default)] pub import: Option<RemoteImportOptions>,
#[serde(default)] pub poster: Option<AssetLocation>,
#[serde(default)] pub backdrop: Option<AssetLocation>,