1 2 3 4 5 6 7
//! Long-running Hub process helpers (shared by CLI and future desktop shell). //! //! Callers must install a [`tracing`] subscriber before invoking [`serve::run_serve`]; //! this crate does not initialize logging. pub mod crypto; pub mod serve;