diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/src/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/src/lib.rs b/common/src/lib.rs index 4480db5..003a798 100644 --- a/common/src/lib.rs +++ b/common/src/lib.rs @@ -49,6 +49,8 @@ pub struct Node { pub ratings: BTreeMap<Rating, f64>, pub federated: Option<String>, #[serde(default)] + pub tags: BTreeSet<String>, + #[serde(default)] pub people: BTreeMap<PeopleGroup, Vec<Appearance>>, #[serde(default)] pub external_ids: BTreeMap<String, String>, |