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