1 2 3 4 5
//! Entry point for the gitversion-rs binary. Actual logic lives in lib's `app` module (required for the i18n `t!` macro). fn main() { gitversion_rs::app::main(); }