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.
Jonathan Strong 4d538b1216 convert to jstrong.dev 4 years ago
al/ex Adding crate `alexandrie#0.1.0` 4 years ago
ap/pl Adding crate `apple-music-jwt#1.0.0` 4 years ago
ep/it Updating crate `epitech_api#0.1.18` 4 years ago
sa/mp Yanking crate `sample-crate#0.1.0` 4 years ago
README.md convert to jstrong.dev 4 years ago
config.json convert to jstrong.dev 4 years ago

README.md

jstrong.dev crate index

This is the crate index for the crates.jstrong.dev alternative crate registry instance.

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.jstrong.dev.

This index (and, by extension, the crates.jstrong.dev 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.jstrong-dev]
index = "https://git.jstrong.dev/jstrong/crate-index"
  • Then, run cargo login --registry jstrong-dev and enter your author token.
  • You can now use the registry using cargo publish --registry jstrong-dev or cargo search --registry jstrong-dev