You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently have at least 3 Cargo workspaces, and if we keep the current structure we may need to add at least an additional one for things like #533 .
We should consider having a single workspace rooted in the repository root, which will allow us to maintain a single version of our all dependencies. In this model, every single crate will be nested in the global workspace.
If anyone thinks this may be problematic, please follow up here.