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.
Nicolas Polomack 6bd3fe42d2 Updating crate `sample-crate#0.2.0` 4 years ago
ap/pl Adding crate `apple-music-jwt#1.0.0` 4 years ago
ep/it Adding crate `epitech_api#0.1.15` 4 years ago
sa/mp Updating crate `sample-crate#0.2.0` 4 years ago
README.md Added README.md 4 years ago
config.json Fixed crate download endpoint 4 years ago

README.md

Alexandrie crate index

This is the crate index for the Alexandrie alternative crate registry instance running on https://crates.polomack.eu.

This repository follows the rules and layout specified in the Cargo's Alternative Registries RFC.
It is maintained and kept up-to-date automatically by crates.polomack.eu.

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.

How to use this index ?

If you want to use this index, you can follow these steps:

  • Edit or create the ~/.cargo/config file, and add the following code:
[registries.alexandrie]
index = "https://github.com/Hirevo/alexandrie-index"
  • Then, run cargo login --registry alexandrie and enter your author token.
  • You can now use the registry using cargo publish --registry alexandrie or cargo search --registry alexandrie