1// Library entry point: re-export modules for integration testing. 2pub mod cli; 3pub mod client; 4pub mod config; 5pub mod crypto; 6pub mod errors;