Cargo absolutely uses git, or else we wouldn't've had that thing where setting it to use the cli git instead of some reimplementation lead to massive speedups
What they meant was probably, that you have the option to rely entirely on using git repositories for your dependencies or even just paths to other projects on your disk.
You can also setup your own dependency registry and only work with that.
steveklabnik|1 year ago
3836293648|1 year ago
AnyTimeTraveler|1 year ago
You can also setup your own dependency registry and only work with that.