szabgab / rust-digger

https://rust-digger.code-maven.com/
19 stars 2 forks source link

Does this crate provide an executable? #79

Open szabgab opened 5 months ago

szabgab commented 5 months ago

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.