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