rust-digger icon indicating copy to clipboard operation
rust-digger copied to clipboard

Does this crate provide an executable?

Open szabgab opened this issue 1 month ago • 0 comments

Bu default crates with an src/main.rs will generate an executable program. However using the bin field in Cargo.toml we can designate other files to be converted to binary executables. Rust Digger should take that in account when deciding if a crate is binary or library.

szabgab avatar May 08 '24 09:05 szabgab