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