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