use anyhow::Result; fn main() -> Result<()> { println!("📖 Veritas Registry Explorer v1.0"); Ok(()) }