Adding lunatic_metrics_api
library as a dependency
Run this command in a terminal, in your project's directory:
cargo add lunatic-metrics-api
To add it manually, edit your project's Cargo.toml
file and add to the [dependencies]
section:
lunatic-metrics-api = "0.13.2"
The lunatic_metrics_api
library will be automatically available globally.
Read the lunatic_metrics_api
library documentation.