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
Under dependencies for a crate, both dev-dependencies and dependencies are listed together.
It would be good to mark dev-dependencies separately: pulling in too many dependencies isn't always popular, and a crate's dev-dependencies do not become your own dependencies, when you use the crate, so they should be distinguished.