Adding farmfe_plugin_polyfill library as a dependency

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

cargo add farmfe_plugin_polyfill

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

farmfe_plugin_polyfill = "0.0.14"

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

Back to the crate overview.