e.g. (assuming #5431 ) `cargo new --lib --bin --bin=hello crate` ``` crate/ |_ Cargo.toml \_ src/ |_ lib.rs |_ main.rs \_ bin/ \_ hello.rs ```