rpm
Run this command in a terminal, in your project's directory:
cargo add rpm
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
Cargo.toml
[dependencies]
rpm = "0.23.5"
The rpm library will be automatically available globally. Read the rpm library documentation.
Back to the crate overview.