Adding hermes_core library as a dependency

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

cargo add hermes-core

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

hermes-core = "1.7.43"

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

Back to the crate overview.