google / cargo-raze

Generate Bazel BUILD from Cargo dependencies!
Apache License 2.0
480 stars 104 forks source link

Print the error message when cargo tree fails #523

Closed bsilver8192 closed 2 years ago

bsilver8192 commented 2 years ago

I made a simple typo (spelled a platform wrong), and figure out what was wrong was next to impossible without this output. With this change, it's obvious what the problem is.

bsilver8192 commented 2 years ago

@illicitonion I made it build with older Rust, could you take another look?