pub mod app; pub mod cli; mod config; mod credentials; pub mod errors; mod clientinfo; mod ipc; mod state; mod server; mod tray;