Skip to content

robbym/cargo-download-deps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages