cargo
Manage Rust projects and their module dependencies (crates). Some subcommands such as build have their own usage documentation. More information: <https://doc.rust-lang.org/cargo>.
RUN apt-get update && \
apt-get install -y cargo
RUN apt-get update && \
apt-get install -y cargo
RUN apk add cargo
RUN pacman -S --noconfirm cargo
RUN apt-get update && \
apt-get install -y cargo
RUN dnf install -y cargo
RUN apt-get update && \
apt-get install -y cargo