vanta-shim 0.0.14

The Vanta shim dispatcher: resolves the per-directory tool version and execs the real binary.
Documentation
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()
}