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