Adding shuck_indexer library as a dependency

Run this command in a terminal, in your project's directory:

cargo add shuck-indexer

To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:

shuck-indexer = "0.0.40"

The shuck_indexer library will be automatically available globally. Read the shuck_indexer library documentation.

Back to the crate overview.