top | item 39924166

(no title)

pknopf | 1 year ago

Package managers that use git are less prone to this kinda of attack (goland, rust).

discuss

order

steveklabnik|1 year ago

Cargo does not “use git.”

3836293648|1 year ago

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

AnyTimeTraveler|1 year ago

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.