Adding brk_rmcp library as a dependency

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

cargo add brk_rmcp

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

brk_rmcp = "0.8.0"

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

Back to the crate overview.