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