--- syntax: markdown tags: [tldr, common] source: https://github.com/tldr-pages/tldr.git --- # cargo fetch > Fetch dependencies of a package from the network. > More information: . - Fetch dependencies specified in `Cargo.lock` (for all targets): `cargo fetch` - Fetch dependencies for the specified target: `cargo fetch --target {{target_triple}}`