Is your feature request related to a problem? (你需要的功能是否与某个问题有关?)
transitive dependency managed in an elegant way, especially when combine with other repo
final user can depend as this exmaple: https://github.com/baidu/babylon/tree/main/example/use-with-bthread
# MODULE.bazel
bazel_dep(name = 'abseil-cpp', version = '20210324.2')
bazel_dep(name = 'babylon', version = '1.1.6')
bazel_dep(name = 'brpc', version = '1.9.0')
Describe the solution you'd like (描述你期望的解决方法)
add MODULE.bazel support and register release to public registry, BCR for example
Describe alternatives you've considered (描述你想到的折衷方案)
Additional context/screenshots (更多上下文/截图)
Is your feature request related to a problem? (你需要的功能是否与某个问题有关?)
transitive dependency managed in an elegant way, especially when combine with other repo
final user can depend as this exmaple: https://github.com/baidu/babylon/tree/main/example/use-with-bthread
Describe the solution you'd like (描述你期望的解决方法)
add MODULE.bazel support and register release to public registry, BCR for example
Describe alternatives you've considered (描述你想到的折衷方案)
Additional context/screenshots (更多上下文/截图)