Thanks to visit codestin.com
Credit goes to lib.rs

Adding parol_runtime library as a dependency

Run this command in a terminal, in your project's directory:

cargo add parol_runtime

To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:

parol_runtime = "4.3.0"

The parol_runtime library will be automatically available globally. Read the parol_runtime library documentation.

Back to the crate overview.