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
I want to support bazel for my crates with bzlmod, but, currently (afaik), Cargo dependencies have to be re-added per module, requiring unique naming of extension modules and creating many copies of the same crate. If crate_universe could merge all of the used modules' Cargo manifests/specs, I would be able to support Bazel in my crates.
Apologies if this already has been implemented, just let me know.
The text was updated successfully, but these errors were encountered:
I want to support bazel for my crates with bzlmod, but, currently (afaik), Cargo dependencies have to be re-added per module, requiring unique naming of extension modules and creating many copies of the same crate. If
crate_universe
could merge all of the used modules' Cargo manifests/specs, I would be able to support Bazel in my crates.Apologies if this already has been implemented, just let me know.
The text was updated successfully, but these errors were encountered: