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