Adding abs_cli library as a dependency

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

cargo add abs-cli

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

abs-cli = "0.2.2"

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

Back to the crate overview.