Adding bugbite library as a dependency

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

cargo add bugbite

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

bugbite = "0.0.14"

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

Back to the crate overview.