Adding speki_backend library as a dependency

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

cargo add speki-backend

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

speki-backend = "0.1.9"

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

Back to the crate overview.