cairo_lang_test_plugin
Run this command in a terminal, in your project's directory:
cargo add cairo-lang-test-plugin
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
Cargo.toml
[dependencies]
cairo-lang-test-plugin = "2.17.0-rc.0"
The cairo_lang_test_plugin library will be automatically available globally. Read the cairo_lang_test_plugin library documentation.
Back to the crate overview.