You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem
When using cargo vendor on a project with no deps, the output is misleading:
cargo vendor
To use vendored sources, add this to your .cargo/config for this project:
[source.vendored-sources]
directory = "/Users/william/development/389ds/ds/src/libsds/vendor"