summaryrefslogtreecommitdiffstats
path: root/src/entities/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/entities/mod.rs')
-rw-r--r--src/entities/mod.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/entities/mod.rs b/src/entities/mod.rs
index 14e04ac..cf17659 100644
--- a/src/entities/mod.rs
+++ b/src/entities/mod.rs
@@ -2,6 +2,8 @@ use serde::Deserialize;
/// Data structures for ser/de of account-related resources
pub mod account;
+/// Data structures for ser/de of activity-related resources
+pub mod activity;
/// Data structures for ser/de of attachment-related resources
pub mod attachment;
/// Data structures for ser/de of card-related resources
@@ -21,6 +23,8 @@ pub mod list;
pub mod mention;
/// Data structures for ser/de of notification-related resources
pub mod notification;
+/// Data structures for ser/de of poll resources
+pub mod poll;
/// Data structures for ser/de of push-subscription-related resources
pub mod push;
/// Data structures for ser/de of relationship-related resources