contrib: add cargo-vendor-archive.sh script
commit617f33c5b2317f26be1996a6670727140cb600c2
authorThomas Guillem <thomas@gllm.fr>
Tue, 25 Aug 2020 13:10:53 +0000 (25 15:10 +0200)
committerThomas Guillem <thomas@gllm.fr>
Thu, 10 Sep 2020 09:49:05 +0000 (10 11:49 +0200)
tree5f7598febc09294fb98eb30a13bc58d6d663d9c5
parentb166739741b604f1cde049c76cd3b91ac7207461
contrib: add cargo-vendor-archive.sh script

This script can be used to package a cargo vendor archive containing all
dependencies of a Rust project. If this archive is uploaded to the VideoLAN
FTP, the contrib's cargo will try to use it instead of using crates.io.

This will also allow us to keep all Rust dependencies.
contrib/cargo-vendor-archive.sh [new file with mode: 0755]