pub fn spawn_cargo_process(args: &[&str]) -> Result<Child, Box<dyn Error>>
Helper function to spawn a cargo process. On Windows, this sets the CREATE_NEW_PROCESS_GROUP flag.