use anyhow::Result; mod bink1998; mod bink2002; mod cli; mod confid; mod crypto; mod key; fn main() -> Result<()> { cli::Cli::new()?.run() }