Open
Description
Hi,
I am learning Rust and started a playbook.
I encountered the error E0432 while trying to use a binary in a library I have just created.
I spent a bit of time to understand it was because of a missing "lib" in crate-type. I thought it was automatically added as it was in the lib
section.
Could suggestions be added to error messages?