mod app; pub mod auth; pub mod catalog; pub mod jsonrpc; pub mod session; pub use app::build_app;