//! `hi` - a web-based, self-hosted chat system. mod app; mod channel; pub mod cli; mod clock; mod error; mod events; mod id; mod login; mod password; mod repo; #[cfg(test)] mod test;