alexcrichton / cargo-vendor

Archived as subcommand is now part of Cargo itself
Apache License 2.0
261 stars 30 forks source link

add option to vendor the current (main) crate #201

Closed humenda closed 5 years ago

humenda commented 5 years ago

This commit adds a new option --vendor-main-crate which vendors the current crate additionally to its dependencies. This allows the current crate to be used from the vendored sources.

alexcrichton commented 5 years ago

Could a test be added for this as well?

humenda commented 5 years ago

Here they are. Thanks for the reminder.