Select the types of activity you want to include in your feed.
1mod server; 2mod storage; 3 4pub use server::serve; 5pub use storage::SqliteStorage;