Hey there, I'm really satisfied with Rust + Cargo, but I need some help. I need to compile multiple files seperately, example x.rs and y.rs, both seperately but I don't know how to, normally I would do with rustc but I have configs on Cargo.toml.
TL;DR if I'm saying right I need to output multiple products from a single Cargo.toml.