Adding alpm_package library as a dependency

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

cargo add alpm-package

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

alpm-package = "0.4.1"

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

Back to the crate overview.