cargo vendor
should offer the ability to omit the tests/
directory #13474
Open
Description
opened on Feb 21, 2024
As reported in google/zerocopy#775, some users want to avoid having to vendor a crate's test/
directory. It would be good if there were a way to do this natively in cargo vendor
, e.g. via a --no-tests-dir
flag or similar.
Activity