Adding workflow_chrome library as a dependency

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

cargo add workflow-chrome

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

workflow-chrome = "0.18.0"

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

Back to the crate overview.