Adding fluent_testing library as a dependency

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

cargo add fluent-testing

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

fluent-testing = "0.0.5"

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

Back to the crate overview.