Adding coin_cbc library as a dependency

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

cargo add coin_cbc

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

coin_cbc = "0.1.8"

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

Back to the crate overview.