Adding bollard_stubs library as a dependency

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

cargo add bollard-stubs

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

bollard-stubs = "1.47.1-rc.27.3.1"

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

Back to the crate overview.