You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 1.2KB

5 years ago
123456789101112131415161718192021222324252627
  1. Alexandrie crate index
  2. ======================
  3. This is the crate index for the [Alexandrie] alternative crate registry instance running on <https://crates.polomack.eu>.
  4. This repository follows the rules and layout specified in the [Cargo's Alternative Registries RFC].
  5. It is maintained and kept up-to-date automatically by [crates.polomack.eu].
  6. This index (and, by extension, the [crates.polomack.eu] registry) allows crates to only depend on other crates stored in either this registry or [crates.io].
  7. How to use this index ?
  8. -----------------------
  9. If you want to use this index, you can follow these steps:
  10. - Edit or create the `~/.cargo/config` file, and add the following code:
  11. ```toml
  12. [registries.alexandrie]
  13. index = "https://github.com/Hirevo/alexandrie-index"
  14. ```
  15. - Then, run `cargo login --registry alexandrie` and enter your author token.
  16. - You can now use the registry using `cargo publish --registry alexandrie` or `cargo search --registry alexandrie`
  17. [Alexandrie]: https://github.com/Hirevo/alexandrie
  18. [crates.polomack.eu]: https://crates.polomack.eu
  19. [crates.io]: https://crates.io
  20. [Cargo's Alternative Registries RFC]: https://github.com/rust-lang/rfcs/blob/master/text/2141-alternative-registries.md#registry-index-format-specification