Expand description
Project manifest version file engines.
Supports project.toml, project.json, and project.yaml — the
driftsys project manifest format. Each file has a top-level version
field. No ecosystem tooling; always uses native string manipulation.
Structs§
- Project
Json Version File - Version file engine for
project.json. - Project
Toml Version File - Version file engine for
project.toml. - Project
Yaml Version File - Version file engine for
project.yaml.