bazel-distribution
bazel-distribution copied to clipboard
`assemble_crate`: Add all dependencies in `proc_macro_deps` to Cargo manifest
Currently we only add the deps
; the proc_macro_deps
are ignored, meaning the crate fails to compile when imported via Cargo.