1 2 3 4 5 6
//! The `vanta-shim` binary — a thin wrapper around [`vanta_shim::run`]. #![forbid(unsafe_code)] fn main() -> std::process::ExitCode { vanta_shim::run() }