bazel-distribution icon indicating copy to clipboard operation
bazel-distribution copied to clipboard

`assemble_crate`: Add all dependencies in `proc_macro_deps` to Cargo manifest

Open alexjpwalker opened this issue 2 years ago • 0 comments

Currently we only add the deps; the proc_macro_deps are ignored, meaning the crate fails to compile when imported via Cargo.

alexjpwalker avatar Aug 05 '22 17:08 alexjpwalker