Expand description
Vanta — every developer tool, one command.
This crate is the vanta command-line binary. It is a thin entry point over
vanta_cli: it collects process arguments, dispatches to the command
implementations, and maps the result to a process exit code. The vt binary
is an identical short alias.
The interesting logic lives in the workspace libraries — vanta-cli
(command surface), vanta-resolve (version resolution), vanta-registry
(the signed index), vanta-install (fetch/verify/extract/build/store), and
friends. See docs/04-cli.md for the full command reference.