Hacker News new | ask | show | jobs
by zamadatix 923 days ago
Do you mean the default crates.io registry Cargo uses? Cargo is the package manager, it supports alternative registry definitions and local packages all set in the dependency file. You can run your own private or public registry, or use someone else's, and publish anything you want.