Expand description
Handles the vendoring process for the bootstrap system.
This module ensures that all required Cargo dependencies are gathered
and stored in the <src>/<VENDOR_DIR>
directory.
Structs§
- Vendor 🔒
- Defines the vendoring step in the bootstrap process.
- Vendor
Output 🔒 - Stores the result of the vendoring step.
Constants§
- VENDOR_
DIR - The name of the directory where vendored dependencies are stored.
Functions§
- default_
paths_ to_ vendor - Returns the cargo workspaces to vendor for
x vendor
and dist tarballs.