diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2017-03-29 21:14:37 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-03-29 21:14:37 +0700 |
commit | cd6f487b7c3e710a977961b796f3f8e0c3140447 (patch) | |
tree | 6686b4d7c93310a2e2c0479d1fc72e9666cd4a83 /development/cargo-vendor/README | |
parent | 6863a3e968771a62c9746b1b3606d0003a943e2b (diff) | |
download | slackbuilds-cd6f487b7c3e710a977961b796f3f8e0c3140447.tar.gz |
development/cargo-vendor: Added (Cargo subcommand).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/cargo-vendor/README')
-rw-r--r-- | development/cargo-vendor/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/development/cargo-vendor/README b/development/cargo-vendor/README new file mode 100644 index 0000000000..51b8ca81ee --- /dev/null +++ b/development/cargo-vendor/README @@ -0,0 +1,6 @@ +cargo-vendor - Cargo subcommand to vendor crates.io dependencies + +This is a Cargo subcommand which vendors all crates.io dependencies into a +local directory using Cargo's support for source replacement. + +cargo-vendor is helpful for packaging applications which use cargo (rust). |