logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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 cargo to use the vendored sources in the current project:

cargo vendor {{path/to/directory}} > .cargo/config.toml

See Also