Shelf Help

Cargo

How to use a cargo repository

When you created a cargo repository you will receive its configuration.

repo-created

To use the repository you need to insert it into the following cargo configuration file:

$ ~/.cargo/config.toml

Add the config to the registry section:

[registries] internal = { index = "sparse+http://localhost:6300/cargo/internal/index/" }

You can now use the repository

Last modified: 23 October 2024