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