Select the types of activity you want to include in your feed.
1pub mod api; 2pub mod auth; 3pub mod config; 4pub mod cost; 5pub mod db; 6pub mod storage; 7pub mod web; 8 9pub const APP_NAME: &str = "Scratchback API"; 10pub const APP_VERSION: &str = env!("CARGO_PKG_VERSION");