Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support for vendoring external manifests #1381

Merged
merged 5 commits into from
Jun 10, 2022

Conversation

UebelAndre
Copy link
Collaborator

This allows users to take Cargo manifests from external repositories and vendor dependencies for them. The most common application for this feature is for Bazel rules which are powered by a binary-only crate (a crate that offers no rlib) (e.g. wasm_bindgen).

@UebelAndre UebelAndre force-pushed the crate_universe branch 3 times, most recently from fd53f00 to c1cae51 Compare June 6, 2022 13:32
@UebelAndre UebelAndre marked this pull request as ready for review June 6, 2022 13:32
@UebelAndre UebelAndre requested a review from illicitonion June 6, 2022 13:32
Copy link
Collaborator

@illicitonion illicitonion left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM - thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants