Gotchas to Publish Rust Crates in a Workspace
It is recommended to split a huge Rust project into crates and manage them in a workspace. I’m currently working on a project which consists of about 60 crates. It works well so far until I try to publish these crates to crates.io. I will list the problems I have met and solutions or workarounds I have adopted.