Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 512 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 512 Bytes

cargo-download-deps

This is a Cargo subcommand which transitively downloads a project's dependencies.

Installation

Currently this can be installed with:

$ cargo install --git https://github.com/robbym/cargo-download-deps.git

Example Usage


$ cargo download-deps --download-path=/path/to/dest --config=/path/to/Cargo.toml

Requirements

The Cargo.toml must have at least:

[package]
name = "dummy"
version = "0.0.0"

And an emptry ./src/lib.rs.