use icepick_module::Module; use icepick_spacemesh::Spacemesh; fn main() -> Result<(), Box> { Spacemesh::run_responder() }