Expand description
vanta-config — load, validate, and merge Vanta manifests.
Parses vanta.toml/config.toml into the typed model::Manifest, reports
span-accurate VTA-CFG-* diagnostics on failure, and implements the
precedence merge (global < project). See docs/05-configuration.md.
Re-exports§
pub use model::Manifest;
Modules§
- model
- The typed model for
vanta.tomland~/.vanta/config.toml.