diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2017-11-09 00:16:52 +0000 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-11-09 00:16:52 +0000 |
commit | 060c0d6f9244f6a62e58ed549230dc98b19827ec (patch) | |
tree | 8b45c310e6cf571a04e35fecac51ad747c3a85b5 /development/cargo-vendor/README | |
parent | d502100581db1bb736441f555c487c4b00c831c7 (diff) |
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/README | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/development/cargo-vendor/README b/development/cargo-vendor/README index 16f506e503b22..51b8ca81eee30 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. |