Vendor Cargo Dependencies - Manage Rust Packages | Online Free DevTools by Hexmos
Vendor Cargo dependencies quickly with Cargo Vendor. Isolate dependencies, ensure consistent builds, and manage package versions. Free online tool, no registration required.
cargo-vendor
Vendor all dependencies of a project into the specified directory (default:
vendor). More information: https://doc.rust-lang.org/cargo/commands/cargo-vendor.html.
- Vendor dependencies and configure
cargoto use the vendored sources in the current project:
cargo vendor {{path/to/directory}} > .cargo/config.toml
