rules_rust icon indicating copy to clipboard operation
rules_rust copied to clipboard

Bootstrap `crates_universe/extensions.bzl`

Open ericmcbride opened this issue 1 year ago • 0 comments

Noticed there is no way to "bootstrap" the new cargo features (extensions) in MODULE.bazel like you can for crates_universe. Currently you have to test the extension by using CARGO_BAZEL_GENERATOR_URL and CARGO_BAZEL_GENERATOR_SHA256 environmentals.

Ideally rules_rust crates_universe extension maintains feature parity with crates_universe, to enable developers to have the same experience while developing.

ericmcbride avatar Mar 26 '24 14:03 ericmcbride