Adding webextension_pattern library as a dependency

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

cargo add webextension_pattern

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

webextension_pattern = "0.3.0"

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

Back to the crate overview.