summaryrefslogtreecommitdiffstats
path: root/development/cargo-vendor/README
diff options
context:
space:
mode:
author Andrew Clemons2017-11-09 01:16:52 +0100
committer David Spencer2017-11-09 01:16:52 +0100
commit060c0d6f9244f6a62e58ed549230dc98b19827ec (patch)
tree8b45c310e6cf571a04e35fecac51ad747c3a85b5 /development/cargo-vendor/README
parentd502100581db1bb736441f555c487c4b00c831c7 (diff)
downloadslackbuilds-060c0d6f9244f6a62e58ed549230dc98b19827ec.tar.gz
development/cargo-vendor: Updated for version 0.1.13.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development/cargo-vendor/README')
-rw-r--r--development/cargo-vendor/README8
1 files changed, 0 insertions, 8 deletions
diff --git a/development/cargo-vendor/README b/development/cargo-vendor/README
index 16f506e503..51b8ca81ee 100644
--- a/development/cargo-vendor/README
+++ b/development/cargo-vendor/README
@@ -4,11 +4,3 @@ 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).
-
-By default, the slackbuild requires all crate dependencies to be downloaded
-individually. Optionally, if you already have cargo-vendor installed, you can
-create a "vendored" tarball which contains all the crate dependencies exploded
-into a single directory and then compressed together as a tarball.
-
-The script cargo-vendor-mkvendortarball.sh will generate this for you. The slackbuild
-will automatically use this tarball if found in the current directory.