Adding ark_transcript library as a dependency

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

cargo add ark-transcript

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

ark-transcript = "0.0.4"

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

Back to the crate overview.