-
Notifications
You must be signed in to change notification settings - Fork 483
Add support for binary-only crates with crate_universe #2168
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
Comments
If we're going to support this, it would likely be via #1739 (see also #2031). I expect it's probably a relatively small amount of work to do, but it's using an unstable cargo feature so you may run into bugs on the way (and will also need to fork the |
this limitation is very painful with |
There are some known work-arounds. The |
The documentation specifies that crate_universe doesn't support binary-only dependencies out of the box: http://bazelbuild.github.io/rules_rust/crate_universe.html#binary-dependencies. It would be really nice if it did. How much work would it be to implement? I would be happy to try contributing this feature.
The text was updated successfully, but these errors were encountered: