-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed as not planned
Labels
A-workspacesArea: workspacesArea: workspacesC-feature-requestCategory: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
Description
Hi,
Is it possible to extend the workspace with more crates on per platform basis?
I've tried to add all of my stuff into workspace and then simply add #![cfg(target_os = "windows")]
to main.rs
of crates that are not meant to be built on certain platforms but that emits errors saying there is no main
in the crate.
dianpopa, tmcguire, ocadaruma, kilork, suluke and 34 more
Metadata
Metadata
Assignees
Labels
A-workspacesArea: workspacesArea: workspacesC-feature-requestCategory: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`