Open
Description
Currently, the choice is between:
cargo vendor path
printing out
Downloading crate
...
Vendoring crate ...
To use vendored sources, add this to your .cargo/config for this project:
[source.crates-io]
replace-with = "vendored-sources"
...
and
cargo vendor --quiet path
which outputs... nothing. At all.
There should be a way to reliably get that .cargo/config snippet somehow.