Adding coca library as a dependency

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

cargo add coca

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

coca = "0.3.0"

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

Back to the crate overview.