Adding acme_chains library as a dependency
Run this command in a terminal, in your project's directory:
cargo add acme-chains
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
acme-chains = "0.1.35"
The acme_chains library will be automatically available globally.
Read the acme_chains library documentation.