// This file exists to hack around some limitations cargo workspaces have around
// binary names. The issue is that we need to avoid the `ockam` binary colliding
// with the `ockam` crate.
usemimalloc::MiMalloc;useockam_command::util::exitcode;#[global_allocator]staticGLOBAL: MiMalloc = MiMalloc;fnmain(){ifletErr(e)=ockam_command::entry_point::run(){// initialization errors are displayed here
eprintln!("{:?}", e);std::process::exit(exitcode::SOFTWARE);}}