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>.
RUN apt-get update && \
apt-get install -y 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>.
RUN apt-get update && \
apt-get install -y cargo-vendor