commands.sh

cargo fetch

all

Fetch dependencies of a package from the network.

More info →

Examples (2)

Fetch dependencies specified in `Cargo.lock` (for all targets)

Fetch dependencies for the specified target

cargo fetch --target target_triple
made by @shridhargupta | data from tldr-pages