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