Adding jira_query library as a dependency

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

cargo add jira_query

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

jira_query = "1.6.0"

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

Back to the crate overview.