Skip to content

Support "local overrides" for index packages #2293

@jneem

Description

@jneem

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions