Adding cairo_lang_runner library as a dependency

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

cargo add cairo-lang-runner

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

cairo-lang-runner = "2.15.0"

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

Back to the crate overview.