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
Sometimes you want a quick way to hack on one of your dependencies without going to the trouble of making a proper fork. Python supports this use case with "editable" dependencies. Cargo has at least two mechanisms: doubly-specified dependencies with both a path and an index (or git) dep, and "patch" dependencies.