Adding ergot_base library as a dependency

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

cargo add ergot-base

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

ergot-base = "0.9.1"

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

Back to the crate overview.