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