TimonPost / cargo-dependency-inheritor

Utility to inherit dependencies from workspace file if it occurs 'n' or more times throughout the project.
Apache License 2.0
30 stars 1 forks source link

dependency registry is discarded #25

Open jayvdb opened 1 year ago

jayvdb commented 1 year ago

I have some dependencies which use a different registry.

e.g.

foobar = { version = "=0.20.1", registry = "my-private-registry" }

Running cargo-dependency-inheritor causes them to be deleted.