vanta 0.0.10

Vanta — every developer tool, one command. The main CLI binary.
Documentation
1
2
3
4
5
6
//! `vt` — the short alias for `vanta` (identical behavior; see `docs/04-cli.md`).
#![forbid(unsafe_code)]

fn main() -> std::process::ExitCode {
    vanta::run()
}