Adding python_packed_resources library as a dependency

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

cargo add python-packed-resources

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

python-packed-resources = "0.12.0"

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

Back to the crate overview.