Scenario:
- You have several smaller libraries you are developing together.
- You don't want to, or can't, use a workspace.
- You don't want to have to keep changing and
git stashing [patch] sections in the scattered Cargo.toml files (you are bound to commit them accidentally at some point).
Wouldn't it be super useful if we could put [patch] (and maybe [replace] too) sections into our ~/.cargo/config? I'd certainly use that.
Thanks
Scenario:
git stashing[patch]sections in the scatteredCargo.tomlfiles (you are bound to commit them accidentally at some point).Wouldn't it be super useful if we could put
[patch](and maybe[replace]too) sections into our~/.cargo/config? I'd certainly use that.Thanks