diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/src/lib.rs b/common/src/lib.rs index b02f58c..6c76903 100644 --- a/common/src/lib.rs +++ b/common/src/lib.rs @@ -49,6 +49,7 @@ pub struct NodePublic { pub struct RemoteImportOptions { pub host: String, pub id: String, + #[serde(default)] pub flatten: bool, #[serde(default)] pub prefix: Option<String>, } |