diff options
Diffstat (limited to 'common/src/lib.rs')
-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 ce333eb..7685027 100644 --- a/common/src/lib.rs +++ b/common/src/lib.rs @@ -50,6 +50,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>, |