bindgen dependencies aren't setup correctly when using rules_rust with bzlmod
This is what my workspace file looks like:
When I use rules_rust in the workspace via http_archive, I can use bindgen via rust_bindgen_library. However when I try to use rules_rust with bzlmod rather than in the workspace, I get the following error:
I see that bzlmod support is still WIP so I just wanted to see if we could get support for bindgen with rules_rust via bzlmod.
@matts1 is there a chance you'd be interested in fixing this one as well? It seems you know your bzlmod things :) Thanks!!
I'd love to, but I'm no longer working on bazel, so I don't get any time to allocate to rules_rust, since I've already had to allocate my 20% project to finish the work I was previously doing on rules_cc.