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
If a dependencies is only being used in a single crate and it's specific to that crate then no need to move it to workspace dependency.
If a dependency is being used in multiple crates but with different features then it should be defined as a workspace dependency and individual features must be pulled in each crate.
If any dependency is being used in many crates without any ifs and buts then we define it as a workspace dependency.
Define all the dependencies at the workspace level and then pull them in each crate.
#81 (comment)
The text was updated successfully, but these errors were encountered: