//! Entry point. Everything lives in the library — see `src/lib.rs`, including why the library //! target is not named after this binary. fn main() { std::process::exit(rgdeploy::run()); }