Files
MercuryToolbox/crates/reposhape/src/main.rs
T

6 lines
104 B
Rust

//! Binary entry point for `reposhape`.
fn main() {
std::process::exit(reposhape::main_entry());
}